Fix namespaces

This commit is contained in:
Jonathan Bourdon
2024-07-19 12:45:31 -04:00
parent d1d35aa2c8
commit 2c88dc05d6

View File

@@ -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)