fix: split middleware in two, authed and public
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
/* Unauthenticated routes */
|
||||
export const publicRoutes: string[] = ["/"]
|
||||
Reference in New Issue
Block a user
@@ -1,2 +0,0 @@
|
||||
/* Unauthenticated routes */
|
||||
export const publicRoutes: string[] = ["/"]
|
||||