From a258e8500590b1bc3c372fd400e79f9c5e75b9d7 Mon Sep 17 00:00:00 2001
From: Alberto Defendi <1369-ahl-berto@users.noreply.gitlab.inf.unibz.it>
Date: Sun, 16 May 2021 17:35:52 +0200
Subject: [PATCH] Chose role.

---
 src/api/routes.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/api/routes.ts b/src/api/routes.ts
index 12d2314..23e986f 100644
--- a/src/api/routes.ts
+++ b/src/api/routes.ts
@@ -7,6 +7,7 @@ export enum AuthRoutes {
   dashboard = '/dashboard',
   profile = '/profile',
   reservation = '/reservation',
+  choseRole = '/choseRole',
 }
 
 /**
-- 
GitLab