import { d as private_env } from './shared-server-49TKSBDM.js'; | |
const GET = async ({ locals, request }) => { | |
return new Response( | |
JSON.stringify({ value: private_env.SEARCH_VERSION || "basic" }), | |
{ | |
headers: { "Content-Type": "application/json" } | |
} | |
); | |
}; | |
export { GET }; | |
//# sourceMappingURL=_server.ts-Bx-SnM_o.js.map | |