MCPcopy Create free account
hub / github.com/TheOrcDev/8bitcn-ui / proxy

Function proxy

proxy.ts:4–10  ·  view source on GitHub ↗
(request: NextRequest)

Source from the content-addressed store, hash-verified

2import { type NextRequest, NextResponse } from "next/server";
3
4export function proxy(request: NextRequest) {
5 captureRegistryEvent(
6 request,
7 process.env.NEXT_PUBLIC_WANDRY_ANALYTICS_TOKEN ?? ""
8 );
9 return NextResponse.next();
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected