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/CreateEndpoint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/api/Endpoints/Account/CreateEndpoint.cs') diff --git a/code/api/Endpoints/Account/CreateEndpoint.cs b/code/api/Endpoints/Account/CreateEndpoint.cs index 41ffe96..4cea8f1 100644 --- a/code/api/Endpoints/Account/CreateEndpoint.cs +++ b/code/api/Endpoints/Account/CreateEndpoint.cs @@ -1,6 +1,6 @@ namespace I2R.Storage.Api.Endpoints.Account; -public class CreateEndpoint : Base +public class CreateEndpoint : EndpointBase { private readonly AppDatabase _database; private readonly UserService _userService; -- cgit v1.3