forked from Ynov/ptitspas-ynov-back
app.controller added
This commit is contained in:
parent
56559b321b
commit
99dab30ef1
@ -6,7 +6,7 @@ export class AppController {
|
||||
constructor(private readonly appService: AppService) {}
|
||||
|
||||
@Get()
|
||||
getHello(): string {
|
||||
return this.appService.getHello();
|
||||
getOverView() {
|
||||
return this.appService.getOverView();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user