* Changed views to have them in the same layout
* Added Authorization
This commit is contained in:
@@ -5,7 +5,7 @@ namespace OrdersManagement.Services;
|
||||
|
||||
public class ErrorLogService(
|
||||
IHttpClientFactory httpClientFactory,
|
||||
AuthenticationStateProvider authenticationStateProvider)
|
||||
CustomAuthenticationStateProvider authenticationStateProvider)
|
||||
: ServiceBase<ErrorLogDto>(httpClientFactory, authenticationStateProvider)
|
||||
{
|
||||
public async Task<IEnumerable<ErrorLogDto>?> GetErrorLogsAsync(Guid customerOrderNumber)
|
||||
|
||||
Reference in New Issue
Block a user