api9nin / src /app /api /init /route.js
github-actions[bot]
deploy from github actions 2026-06-18
c8ae75d
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 });
}