MCPcopy Create free account
hub / github.com/AggieSportsAnalytics/CourtCheck / proxy

Function proxy

frontend/web/proxy.ts:4–6  ·  view source on GitHub ↗
(request: NextRequest)

Source from the content-addressed store, hash-verified

2import { updateSession } from '@/lib/supabase/proxy'
3
4export async function proxy(request: NextRequest) {
5 return await updateSession(request)
6}
7
8export const config = {
9 matcher: [

Callers

nothing calls this directly

Calls 1

updateSessionFunction · 0.90

Tested by

no test coverage detected