Skip to content

astro

The endpoint did not return a Response.

Astro

The endpoint did not return a Response.

The endpoint did not return a Response.

export async function GET({ request, url, cookies }: APIContext): Promise { return Response.json({ success: true, result: 'Data from Astro Endpoint!' }) }