From 1d482a4ec2cf24dbe7cc6cb02e192e1b9545f796 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Mon, 14 Feb 2022 19:02:54 +0100 Subject: feat: Experiment with tailwind --- src/server/Api/V1/BaseV1Route.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/Api/V1/BaseV1Route.cs') diff --git a/src/server/Api/V1/BaseV1Route.cs b/src/server/Api/V1/BaseV1Route.cs index 766291e..bbccae6 100644 --- a/src/server/Api/V1/BaseV1Route.cs +++ b/src/server/Api/V1/BaseV1Route.cs @@ -7,7 +7,7 @@ namespace IOL.BookmarkThing.Server.Api.V1; [ApiController] public class BaseV1Route : ControllerBase { - private const string AuthSchemes = CookieAuthenticationDefaults.AuthenticationScheme + "," + Constants.BASIC_AUTH_SCHEME; + private const string AuthSchemes = CookieAuthenticationDefaults.AuthenticationScheme + "," + AppConstants.BASIC_AUTH_SCHEME; /// /// User data for the currently logged on user. -- cgit v1.3