aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/src/Endpoints/V1/Projects
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-12-14 10:38:08 +0100
committerivarlovlie <git@ivarlovlie.no>2022-12-14 10:38:08 +0100
commit2f7da902c9afeb3df31f59fa6c16223990f51eb6 (patch)
treeda258139ba2ef663a3061f00bbf7257ef723b958 /code/api/src/Endpoints/V1/Projects
parent0557de9f069dc620539409aced67e2ad61d25395 (diff)
downloadgreatoffice-2f7da902c9afeb3df31f59fa6c16223990f51eb6.tar.xz
greatoffice-2f7da902c9afeb3df31f59fa6c16223990f51eb6.zip
feat: Working email validation
Diffstat (limited to 'code/api/src/Endpoints/V1/Projects')
-rw-r--r--code/api/src/Endpoints/V1/Projects/CreateProjectRoute.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/code/api/src/Endpoints/V1/Projects/CreateProjectRoute.cs b/code/api/src/Endpoints/V1/Projects/CreateProjectRoute.cs
index 04a3a9a..795422a 100644
--- a/code/api/src/Endpoints/V1/Projects/CreateProjectRoute.cs
+++ b/code/api/src/Endpoints/V1/Projects/CreateProjectRoute.cs
@@ -1,5 +1,3 @@
-using Microsoft.Extensions.Localization;
-
namespace IOL.GreatOffice.Api.Endpoints.V1.Projects;
public class CreateProjectRoute : RouteBaseAsync.WithRequest<CreateProjectPayload>.WithActionResult