Refactor code structure for improved readability and maintainability
Test Suite / test (24.15.0) (push) Has been cancelled
Test Suite / test (24.15.0) (push) Has been cancelled
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import { Response } from 'express';
|
||||
import { HealthService } from './health.service';
|
||||
export declare class HealthController {
|
||||
private readonly healthService;
|
||||
constructor(healthService: HealthService);
|
||||
getHealth(res: Response): Promise<void>;
|
||||
getDatabaseHealth(res: Response): Promise<void>;
|
||||
}
|
||||
Reference in New Issue
Block a user