nn-ui-v2 / build /server /chunks /_server.ts-Pe14v0Un.js
muryshev's picture
init
cf07b75
raw
history blame
No virus
489 Bytes
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