fix: update health check status message to 'JURUNENSE HOME CENTER BR'
Deploy NestJS API / build-and-push-deploy (push) Successful in 2m48s
Details
Deploy NestJS API / build-and-push-deploy (push) Successful in 2m48s
Details
This commit is contained in:
parent
1760934db3
commit
95850ea39b
|
|
@ -14,7 +14,7 @@ export class AppController {
|
||||||
@Get('health')
|
@Get('health')
|
||||||
@ApiOperation({ summary: 'Health check' })
|
@ApiOperation({ summary: 'Health check' })
|
||||||
healthCheck() {
|
healthCheck() {
|
||||||
return { status: 'JURUNENSE HOME CENTER ' };
|
return { status: 'JURUNENSE HOME CENTER BR ' };
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue