From 58ef5833b3f77f321c587dd86448c888029016ce Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Thu, 22 Dec 2022 14:44:26 +0100 Subject: feat: Many things - Working Login/Logout - Groundwork for web components - Loading web-components with version tag - Load temporal-polyfill globally --- code/api/Endpoints/Account/LogoutEndpoint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/api/Endpoints/Account/LogoutEndpoint.cs') diff --git a/code/api/Endpoints/Account/LogoutEndpoint.cs b/code/api/Endpoints/Account/LogoutEndpoint.cs index 064fa9f..de03e8e 100644 --- a/code/api/Endpoints/Account/LogoutEndpoint.cs +++ b/code/api/Endpoints/Account/LogoutEndpoint.cs @@ -1,6 +1,6 @@ namespace I2R.Storage.Api.Endpoints.Account; -public class LogoutEndpoint : Base +public class LogoutEndpoint : EndpointBase { private readonly UserService _userService; -- cgit v1.3