diff --git a/src/Web/Features/Creators/Handlers/GetCreatorByAlias.cs b/src/Web/Features/Creators/Handlers/GetCreatorByAlias.cs index eaea0aa..b606a13 100644 --- a/src/Web/Features/Creators/Handlers/GetCreatorByAlias.cs +++ b/src/Web/Features/Creators/Handlers/GetCreatorByAlias.cs @@ -2,7 +2,7 @@ using Hutopy.Application.Common.Interfaces; using Hutopy.Application.Common.Models; -namespace Hutopy.Web.Creators.Handlers; +namespace Hutopy.Web.Features.Creators.Handlers; public class GetCreatorByAlias( IIdentityService identityService)