diff --git a/src/Content/Backend/Solution/Monaco.Template.Backend.Api/Program.cs b/src/Content/Backend/Solution/Monaco.Template.Backend.Api/Program.cs index 13ce86a..8809179 100644 --- a/src/Content/Backend/Solution/Monaco.Template.Backend.Api/Program.cs +++ b/src/Content/Backend/Solution/Monaco.Template.Backend.Api/Program.cs @@ -5,8 +5,8 @@ using Microsoft.AspNetCore.Mvc; using Monaco.Template.Backend.Application.DependencyInjection; using Monaco.Template.Backend.Application.Infrastructure.Context; -using Monaco.Template.Backend.Api.Auth; #if (!disableAuth) +using Monaco.Template.Backend.Api.Auth; using Monaco.Template.Backend.Common.Api.Auth; #endif using Monaco.Template.Backend.Common.Api.Cors;