Refactor app architecture and clean local artifacts
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { DatabaseHealthResponse } from '../../types/awards'
|
||||
import { requestJson } from '../http'
|
||||
|
||||
export const systemApi = {
|
||||
getDatabaseHealth: () => requestJson<DatabaseHealthResponse>('/api/health/database'),
|
||||
}
|
||||
Reference in New Issue
Block a user