File size: 147 Bytes
88c4c60
 
 
 
1
2
3
4
5
// This API route is called automatically to initialize app
export async function GET() {
  return new Response("Initialized", { status: 200 });
}