diff --git a/backend/src/app.controller.ts b/backend/src/app.controller.ts index a121c70c..469130a4 100644 --- a/backend/src/app.controller.ts +++ b/backend/src/app.controller.ts @@ -10,6 +10,7 @@ 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 ac80068b..4cf34cf2 100644 --- a/frontend/src/app.controller.ts +++ b/frontend/src/app.controller.ts @@ -29,6 +29,7 @@ import { Request, Response } from "express"; import { ReportService } from "./report/report.service"; import { nfrInterestedParties } from "utils/util"; +// let requestUrl: string; let requestConfig: AxiosRequestConfig;