File size: 489 Bytes
cf07b75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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