1 2 3 4 5
import license from "$lib/license.ts"; export const GET = () => { return new Response(license); };