diff --git a/proxy.ts b/proxy.ts index 2874ad58..8ef6ced9 100644 --- a/proxy.ts +++ b/proxy.ts @@ -18,7 +18,6 @@ export default auth((req) => { pathname === "/login" || pathname.startsWith("/api/auth") || pathname === "/api/health" || - pathname === "/api/geoip-status" || pathname === "/api/instances/sync" ) { return NextResponse.next();