import { d as private_env } from './shared-server-49TKSBDM.js'; | |
import { F as FullTextSearchService } from './FullTextSearchService-12fm-h8u.js'; | |
const GET = async () => { | |
let service = new FullTextSearchService(private_env.SEARCH_API_URL); | |
let response = await service.health(); | |
return new Response( | |
JSON.stringify({ status: response }), | |
{ | |
headers: { "Content-Type": "application/json" } | |
} | |
); | |
}; | |
export { GET }; | |
//# sourceMappingURL=_server.ts-Pe14v0Un.js.map | |