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