UNPKG

@websolutespa/payload-plugin-bowl

Version:

Bowl PayloadCms plugin of the BOM Repository

12 lines (11 loc) 287 B
import { ResponseSuccess } from '@websolutespa/payload-utils/server'; export const healthGet = { path: '/health', method: 'get', handler: async (req)=>{ return ResponseSuccess({ status: 'ok' }); } }; //# sourceMappingURL=health.service.js.map