From 6b8d2a604232bce1207ea2905467a870b519bff7 Mon Sep 17 00:00:00 2001
From: Alberto Defendi <1369-ahl-berto@users.noreply.gitlab.inf.unibz.it>
Date: Tue, 4 May 2021 09:43:56 +0200
Subject: [PATCH] Define routes for SignUp and auth

---
 src/components/api/routes.ts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/components/api/routes.ts b/src/components/api/routes.ts
index 7086094..73a54b3 100644
--- a/src/components/api/routes.ts
+++ b/src/components/api/routes.ts
@@ -13,6 +13,8 @@ export enum AuthRoutes {
  */
 export enum NonAuthRoutes {
   home = '/',
+  auth = '/auth',
   signIn = '/signIn',
+  signUp = '/signUp',
   unauthorized = '/unauthorized',
 }
-- 
GitLab