minor code cleanup
This commit is contained in:
parent
cfbd7c1550
commit
746adcd2fd
5 changed files with 28 additions and 27 deletions
|
|
@ -3,5 +3,5 @@ import { Controller, Get } from '@nestjs/common';
|
|||
@Controller()
|
||||
export class AppController {
|
||||
@Get('health')
|
||||
health(): void { }
|
||||
health(): void {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue