Skip to content

Commit

Permalink
add 2 comment lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed Dec 6, 2023
1 parent 0b93a09 commit 508c707
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 508c707

Please sign in to comment.