diff --git a/src/app.controller.ts b/src/app.controller.ts index da21b80..4179731 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: 'JURUNENSE HOME CENTER ' }; + return { status: 'JURUNENSE HOME CENTER BR ' }; } }