Test CI/CD 3 & fix healthcheck
This commit is contained in:
6
dist/app.controller.d.ts
vendored
6
dist/app.controller.d.ts
vendored
@@ -2,9 +2,5 @@ import { AppService } from './app.service';
|
||||
export declare class AppController {
|
||||
private readonly appService;
|
||||
constructor(appService: AppService);
|
||||
getHealth(): {
|
||||
status: string;
|
||||
service: string;
|
||||
timestamp: string;
|
||||
};
|
||||
getHealth(): string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user