Skip to content

Commit

Permalink
Merge pull request #129 from bcgov/redeploy-test
Browse files Browse the repository at this point in the history
add 2 comment lines
  • Loading branch information
mgtennant authored Dec 8, 2023
2 parents 1b21ec9 + 508c707 commit 449f253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export class AppController {
return this.appService.getHello();
}

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

Expand Down

0 comments on commit 449f253

Please sign in to comment.