first commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import type { ApiClient } from '../api/client'
|
||||
import { healthSchema } from '../schemas/health'
|
||||
|
||||
export const healthService = (api: ApiClient) => ({ get: () => api.request('/health', { schema: healthSchema }) })
|
||||
Reference in New Issue
Block a user