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