chore: Update health check endpoint status message.
Deploy vendaweb-api / build-and-push-deploy (push) Successful in 3m7s
Details
Deploy vendaweb-api / build-and-push-deploy (push) Successful in 3m7s
Details
This commit is contained in:
parent
a92fa77e37
commit
e9c7d8d282
|
|
@ -14,7 +14,7 @@ export class AppController {
|
|||
@Get('health')
|
||||
@ApiOperation({ summary: 'Health check' })
|
||||
healthCheck() {
|
||||
return { status: 'ok' };
|
||||
return { status: ':ok 2 ' };
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue