fix docker setup
This commit is contained in:
@@ -7,6 +7,11 @@ import { HelloService } from './HelloService';
|
||||
export class HelloController {
|
||||
constructor(private readonly helloService: HelloService) {}
|
||||
|
||||
@Get('health')
|
||||
health() {
|
||||
return { status: 'ok' };
|
||||
}
|
||||
|
||||
@Get()
|
||||
getHello() {
|
||||
return this.helloService.getHello();
|
||||
|
||||
Reference in New Issue
Block a user