:ok
Deploy NestJS API / build-and-push-deploy (push) Successful in 2m45s
Details
Deploy NestJS API / build-and-push-deploy (push) Successful in 2m45s
Details
This commit is contained in:
parent
c60eabd804
commit
f66fd4271f
|
|
@ -14,7 +14,7 @@ export class AppController {
|
||||||
@Get('health')
|
@Get('health')
|
||||||
@ApiOperation({ summary: 'Health check' })
|
@ApiOperation({ summary: 'Health check' })
|
||||||
healthCheck() {
|
healthCheck() {
|
||||||
return { status: ':ok 2 ' };
|
return { status: ':ok 3 ' };
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue