routerOnly / src /app /api /init /route.js
HF Deployer
Init 9Router for HF Space (no binaries)
ebd68ab
Raw
History Blame Contribute Delete
147 Bytes
// This API route is called automatically to initialize app
export async function GET() {
return new Response("Initialized", { status: 200 });
}