2
0
Эх сурвалжийг харах

change to /api/v2/heartbeat

visuddhinanda 1 сар өмнө
parent
commit
211097df21

+ 1 - 1
dashboard-v6/src/api/api-health.ts

@@ -6,5 +6,5 @@ export interface IHealth {
   createdAt: string;
 }
 export const apiServerHealth = (): Promise<IHealth> => {
-  return get<IHealth>("/api/v2/health-check");
+  return get<IHealth>("/api/v2/heartbeat");
 };