From f66fd4271fe342adfa51dfcb29d9f14ad9b8961f Mon Sep 17 00:00:00 2001 From: joelson Date: Mon, 5 Jan 2026 15:50:31 -0300 Subject: [PATCH] :ok --- src/app.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.controller.ts b/src/app.controller.ts index 31bab04..086ecea 100644 --- a/src/app.controller.ts +++ b/src/app.controller.ts @@ -14,7 +14,7 @@ export class AppController { @Get('health') @ApiOperation({ summary: 'Health check' }) healthCheck() { - return { status: ':ok 2 ' }; + return { status: ':ok 3 ' }; } }