Skip to content
This repository was archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
feat(back-end): Include services hosted in the application
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosPavajeau committed Jan 22, 2021
1 parent b1736ed commit 8c9f54d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kaizen/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public void ConfigureServices(IServiceCollection services)
services.ConfigureDomainEventDispatcher();
services.ConfigureGlobalFilters();
services.ConfigureApplicationServices();
services.ConfigureHostedServices();

services.AddCors();
services.AddSignalR();
Expand Down

0 comments on commit 8c9f54d

Please sign in to comment.