forked from Ynov/ptitspas-ynov-back
correction spec.ts file
This commit is contained in:
parent
b0f3214a34
commit
ae6ee552c8
@ -9,4 +9,9 @@ export class AppController {
|
||||
getOverView() {
|
||||
return this.appService.getOverView();
|
||||
}
|
||||
|
||||
@Get('hello')
|
||||
getHello(): string {
|
||||
return this.appService.getHello();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user