updated healthcheck to include name
This commit is contained in:
parent
df6733caa9
commit
d0337c5a67
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,6 @@ import { Controller, Get } from '@nestjs/common';
|
||||||
export class HealthcheckController {
|
export class HealthcheckController {
|
||||||
@Get('healthcheck')
|
@Get('healthcheck')
|
||||||
health() {
|
health() {
|
||||||
return { status: 'healthy' };
|
return { status: 'healthy', message: 'common-cents-api' };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue