aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/src/Endpoints/Internal/Account/CreateAccountRoute.cs
diff options
context:
space:
mode:
authorivar <i@oiee.no>2023-11-11 22:09:47 +0100
committerivar <i@oiee.no>2023-11-11 22:09:47 +0100
commit97e93e4669958ff7ac18886e0394cd63260d3c70 (patch)
treea444b1ed9fd1d00411b2417d54f750b50bdc2167 /code/api/src/Endpoints/Internal/Account/CreateAccountRoute.cs
parent0fa8060856fde1ac887d1fefe3940ac494d236cb (diff)
downloadgreatoffice-97e93e4669958ff7ac18886e0394cd63260d3c70.tar.xz
greatoffice-97e93e4669958ff7ac18886e0394cd63260d3c70.zip
Fix usings
Diffstat (limited to 'code/api/src/Endpoints/Internal/Account/CreateAccountRoute.cs')
-rw-r--r--code/api/src/Endpoints/Internal/Account/CreateAccountRoute.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/code/api/src/Endpoints/Internal/Account/CreateAccountRoute.cs b/code/api/src/Endpoints/Internal/Account/CreateAccountRoute.cs
index 230b4c8..443c4a9 100644
--- a/code/api/src/Endpoints/Internal/Account/CreateAccountRoute.cs
+++ b/code/api/src/Endpoints/Internal/Account/CreateAccountRoute.cs
@@ -1,5 +1,3 @@
-using IOL.GreatOffice.Api.Models.Database;
-
namespace IOL.GreatOffice.Api.Endpoints.Internal.Account;
public class CreateAccountRoute : RouteBaseAsync.WithRequest<CreateAccountRoute.Payload>.WithActionResult