From af252209cec713f61e89202f3c4d4e82971be92d Mon Sep 17 00:00:00 2001
From: Alberto Defendi <1369-ahl-berto@users.noreply.gitlab.inf.unibz.it>
Date: Thu, 20 May 2021 08:51:26 +0200
Subject: [PATCH] Home route.

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

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