From a75d21d27eaea9425f5e74bf7e8e13139ad55e7a Mon Sep 17 00:00:00 2001 From: mgtennant <100305096+mgtennant@users.noreply.github.com> Date: Wed, 24 Jan 2024 09:59:41 -0800 Subject: [PATCH] redeploying --- backend/src/app.controller.ts | 1 - frontend/src/app.controller.ts | 1 - 2 files changed, 2 deletions(-) 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;