more proxy

This commit is contained in:
2026-03-12 20:11:08 -05:00
parent f5e3a1e870
commit 0801592eb9

View File

@@ -1,6 +1,6 @@
import { NextRequest, NextResponse } from "next/server"; import { NextRequest, NextResponse } from "next/server";
export function middleware(request: NextRequest) { export function proxy(request: NextRequest) {
// Simple check for auth routes or static files // Simple check for auth routes or static files
if ( if (
request.nextUrl.pathname.startsWith('/api/auth') || request.nextUrl.pathname.startsWith('/api/auth') ||