diff --git a/src/app/app.controller.ts b/src/app/app.controller.ts index 90734fb..21556de 100644 --- a/src/app/app.controller.ts +++ b/src/app/app.controller.ts @@ -5,8 +5,8 @@ import { AppService } from './app.service'; @ApiTags('Default') @Controller() export class AppController { - constructor(private readonly appService: AppService) {} - + constructor(private readonly appService: AppService) { } + sdfdsfsdf @Get() getHello(): string { return this.appService.getHello();