Test CI/CD 3 & fix healthcheck

This commit is contained in:
2026-03-26 20:42:37 +03:00
parent 1276334a62
commit c4ed7e6fc8
10 changed files with 14 additions and 28 deletions

View File

@@ -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;
}