fix: remove test route

This commit is contained in:
Arman
2024-03-07 16:02:59 +01:00
parent 795c182fb1
commit 844f47677a
+1 -2
View File
@@ -76,8 +76,7 @@
'/recover',
'/invite',
'/card',
'/hackathon',
'/test'
'/hackathon'
];
const acceptedAuthenticatedRoutes = ['/console', '/invite', '/card', '/hackathon'];