Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
mgunnerud committed Oct 7, 2024
1 parent 49d7ba2 commit 62631fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ public static IServiceCollection AddCoreServices(this IServiceCollection service
services.AddTransient<ISystemRegisterService, SystemRegisterService>();
services.AddTransient<IRequestService, RequestService>();
services.AddHttpClient<IAccessManagementClient, AccessManagementClient>();
services.AddHttpClient<IRegisterClient, RegisterClient>();
services.AddHttpClient<IRequestClient, RequestClient>();

return services;
Expand Down

0 comments on commit 62631fa

Please sign in to comment.