tests
This commit is contained in:
@@ -14,8 +14,13 @@ export class HelloController {
|
||||
return { status: 'ok' };
|
||||
}
|
||||
|
||||
@Get()
|
||||
@Get('hello')
|
||||
getHello() {
|
||||
return this.helloService.getHello();
|
||||
}
|
||||
|
||||
@Get()
|
||||
getRoot() {
|
||||
return this.helloService.getHello();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user