We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89cc06 commit 985428bCopy full SHA for 985428b
1 file changed
src/Services/Catalog/Catalog.API/Startup.cs
@@ -16,7 +16,7 @@
16
using Microsoft.eShopOnContainers.Services.Catalog.API.Infrastructure;
17
using Microsoft.eShopOnContainers.Services.Catalog.API.IntegrationCommands.Commands;
18
using Microsoft.eShopOnContainers.Services.Catalog.API.IntegrationEvents;
19
- using Microsoft.eShopOnContainers.Services.Catalog.API.IntegrationCommands.CommandsHandlers;
+ using Microsoft.eShopOnContainers.Services.Catalog.API.IntegrationCommands.CommandHandlers;
20
using Microsoft.Extensions.Configuration;
21
using Microsoft.Extensions.DependencyInjection;
22
using Microsoft.Extensions.HealthChecks;
0 commit comments