From 9e4c2baf158aa2832520611f152f1f8b945f8714 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Fri, 6 Mar 2026 15:23:32 +0000 Subject: [PATCH] Edit app-9xzmfic2e4g1/src/components/common/RouteGuard.tsx via Editor --- app-9xzmfic2e4g1/src/components/common/RouteGuard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-9xzmfic2e4g1/src/components/common/RouteGuard.tsx b/app-9xzmfic2e4g1/src/components/common/RouteGuard.tsx index 215fb19..9043c7e 100644 --- a/app-9xzmfic2e4g1/src/components/common/RouteGuard.tsx +++ b/app-9xzmfic2e4g1/src/components/common/RouteGuard.tsx @@ -7,7 +7,7 @@ interface RouteGuardProps { } // Please add the pages that can be accessed without logging in to PUBLIC_ROUTES. -const PUBLIC_ROUTES = ['/login', '/403', '/404', '/', '/explore', '/planner']; +const PUBLIC_ROUTES = ['/login', '/403', '/404', '/', '/explore', '/planner', '/rehberler', '/rehber/*']; function matchPublicRoute(path: string, patterns: string[]) { return patterns.some(pattern => {