From a511bc613807b5bd8a0b2fb8f015e283118b8857 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Fri, 11 Aug 2023 22:56:11 +0200
Subject: [PATCH] ApiRoute => Rename for remove the plural

---
 types/{ApiRoutes.ts => Dojo/ApiRoute.ts} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename types/{ApiRoutes.ts => Dojo/ApiRoute.ts} (93%)

diff --git a/types/ApiRoutes.ts b/types/Dojo/ApiRoute.ts
similarity index 93%
rename from types/ApiRoutes.ts
rename to types/Dojo/ApiRoute.ts
index 90a764e..3d3e3dd 100644
--- a/types/ApiRoutes.ts
+++ b/types/Dojo/ApiRoute.ts
@@ -1,4 +1,4 @@
-enum ApiRoutes {
+enum ApiRoute {
     LOGIN                        = '/login',
     TEST_SESSION                 = '/test_session',
     GITLAB_CHECK_TEMPLATE_ACCESS = '/gitlab/project/{{id}}/checkTemplateAccess',
@@ -12,4 +12,4 @@ enum ApiRoutes {
 }
 
 
-export default ApiRoutes;
\ No newline at end of file
+export default ApiRoute;
\ No newline at end of file
-- 
GitLab