diff --git a/backend/src/app.controller.ts b/backend/src/app.controller.ts index 469130a4..a121c70c 100644 --- a/backend/src/app.controller.ts +++ b/backend/src/app.controller.ts @@ -10,7 +10,6 @@ export class AppController { return this.appService.getHello(); } - // @Get() getHello2(): string { return this.appService.getHello(); diff --git a/frontend/src/app.controller.ts b/frontend/src/app.controller.ts index 40aaf80e..fa8319c8 100644 --- a/frontend/src/app.controller.ts +++ b/frontend/src/app.controller.ts @@ -13,7 +13,6 @@ import { Request, Response } from 'express'; import { ReportService } from './report/report.service'; import { nfrInterestedParties } from '../utils/util'; -// let requestUrl: string; let requestConfig: AxiosRequestConfig;