backend-app-api: flip logic of health service
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
@@ -17,4 +17,7 @@
|
||||
/**
|
||||
* @public
|
||||
*/
|
||||
export interface HealthService {}
|
||||
export interface HealthService {
|
||||
getLiveness(): Promise<{ status: number; payload?: any }>;
|
||||
getReadiness(): Promise<{ status: number; payload?: any }>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user