Browse Source

Added the forgotten auth

pull/110/head
malik masis 4 years ago
parent
commit
252bce240f
  1. 4
      services/ordering/src/EShopOnAbp.OrderingService.Application/Orders/OrderAppService.cs

4
services/ordering/src/EShopOnAbp.OrderingService.Application/Orders/OrderAppService.cs

@ -63,9 +63,7 @@ public class OrderAppService : ApplicationService, IOrderAppService
);
}
//[Authorize(OrderingServicePermissions.Orders.Dashboard)]
[AllowAnonymous]
[Authorize(OrderingServicePermissions.Orders.Dashboard)]
public async Task<DashboardDto> GetDashboardAsync(DashboardInput input)
{
return new DashboardDto()

Loading…
Cancel
Save