File size: 342 Bytes
9a6e6b1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
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
|