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

@@ -25,6 +25,7 @@ let AppController = class AppController {
exports.AppController = AppController;
__decorate([
(0, common_1.Get)('health'),
(0, common_1.Header)('Content-Type', 'text/plain; charset=utf-8'),
__metadata("design:type", Function),
__metadata("design:paramtypes", []),
__metadata("design:returntype", void 0)