removes /trail from protected routes

This commit is contained in:
Christian Beutel
2024-03-16 12:54:50 +01:00
parent 288f68566a
commit 3dd963c6f4

View File

@@ -1,7 +1,6 @@
const privateRoutes = [
"/profile",
"/lists",
"/trail",
]
export function isRouteProtected(path: string) {