aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/Endpoints/Account/CreateEndpoint.cs
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-12-22 14:44:26 +0100
committerivarlovlie <git@ivarlovlie.no>2022-12-22 14:44:26 +0100
commit58ef5833b3f77f321c587dd86448c888029016ce (patch)
treefe5e6f47781573cc1fb5938f9b8cd8b51022946a /code/api/Endpoints/Account/CreateEndpoint.cs
parent82ade3c31fb17b662feec59e9e654ceb66edbb7a (diff)
downloadstorage-58ef5833b3f77f321c587dd86448c888029016ce.tar.xz
storage-58ef5833b3f77f321c587dd86448c888029016ce.zip
feat: Many things
- Working Login/Logout - Groundwork for web components - Loading web-components with version tag - Load temporal-polyfill globally
Diffstat (limited to 'code/api/Endpoints/Account/CreateEndpoint.cs')
-rw-r--r--code/api/Endpoints/Account/CreateEndpoint.cs2
1 files changed, 1 insertions, 1 deletions
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;