Skip to content

Commit 985428b

Browse files
committed
Fix bad namespace from CommandHandler
1 parent c89cc06 commit 985428b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Services/Catalog/Catalog.API/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
using Microsoft.eShopOnContainers.Services.Catalog.API.Infrastructure;
1717
using Microsoft.eShopOnContainers.Services.Catalog.API.IntegrationCommands.Commands;
1818
using Microsoft.eShopOnContainers.Services.Catalog.API.IntegrationEvents;
19-
using Microsoft.eShopOnContainers.Services.Catalog.API.IntegrationCommands.CommandsHandlers;
19+
using Microsoft.eShopOnContainers.Services.Catalog.API.IntegrationCommands.CommandHandlers;
2020
using Microsoft.Extensions.Configuration;
2121
using Microsoft.Extensions.DependencyInjection;
2222
using Microsoft.Extensions.HealthChecks;

0 commit comments

Comments
 (0)