diff --git a/src/app.controller.ts b/src/app.controller.ts index cce879e..2659463 100644 --- a/src/app.controller.ts +++ b/src/app.controller.ts @@ -9,4 +9,5 @@ export class AppController { getHello(): string { return this.appService.getHello(); } + }