feat: update health check API response and integrate versioning in Layout component
This commit is contained in:
@@ -3,6 +3,9 @@ import client from './client';
|
||||
export interface HealthResponse {
|
||||
status: string;
|
||||
service: string;
|
||||
version: string;
|
||||
git_commit: string;
|
||||
build_time: string;
|
||||
}
|
||||
|
||||
export const checkHealth = async (): Promise<HealthResponse> => {
|
||||
|
||||
Reference in New Issue
Block a user