Skip to content

Commit

Permalink
Merge pull request #132 from bcgov/ticdi-37-redeploy
Browse files Browse the repository at this point in the history
redeploying
  • Loading branch information
mgtennant authored Jan 24, 2024
2 parents 21a802d + a75d21d commit c4cd5d1
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 c4cd5d1

Please sign in to comment.