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