hata düzeltme

This commit is contained in:
2026-03-17 21:48:11 +03:00
parent 18630f60e0
commit eb7dee7705
2 changed files with 3 additions and 2 deletions

View File

@@ -1,10 +1,11 @@
import { type NextRequest } from 'next/server' import { type NextRequest } from 'next/server'
import { updateSession } from '@/utils/supabase/middleware' import { updateSession } from '@/utils/supabase/proxy'
export async function middleware(request: NextRequest) { export async function proxy(request: NextRequest) {
return await updateSession(request) return await updateSession(request)
} }
export const config = { export const config = {
matcher: [ matcher: [
/* /*