added prefix config
This commit is contained in:
parent
a7ec0e3cde
commit
3f258bcd33
4 changed files with 12 additions and 13 deletions
|
|
@ -2,7 +2,7 @@ import { Controller, Get } from '@nestjs/common';
|
|||
|
||||
@Controller()
|
||||
export class AppController {
|
||||
@Get('health')
|
||||
@Get('healthcheck')
|
||||
health() {
|
||||
return { status: 'healthy' };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue