feat: add health check page (#244)
This commit is contained in:
8
frontend/types/health.ts
Normal file
8
frontend/types/health.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type HealthMessages = {
|
||||
health_check: string;
|
||||
status: string;
|
||||
ok: string;
|
||||
error: string;
|
||||
api_server: string;
|
||||
unittcms_version: string;
|
||||
};
|
||||
Reference in New Issue
Block a user