Skip to content

Commit

Permalink
redeploying
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed Jan 24, 2024
1 parent 7f786fc commit a75d21d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion backend/src/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export class AppController {
return this.appService.getHello();
}

//
@Get()
getHello2(): string {
return this.appService.getHello();
Expand Down
1 change: 0 additions & 1 deletion frontend/src/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit a75d21d

Please sign in to comment.