UNPKG

studiocms

Version:

Astro Native CMS for AstroDB. Built from the ground up by the Astro community.

7 lines (6 loc) 303 B
export declare const POST: import("astro").APIRoute, OPTIONS: import("astro").APIRoute, ALL: import("astro").APIRoute; /** * Alias for POST method to allow GET requests to logout. * This is useful for clients that may not support POST requests. */ export declare const GET: import("astro").APIRoute;