Skip to content

Commit

Permalink
chris (#772)
Browse files Browse the repository at this point in the history
* Test

* Test change

* Removed comment

* Test comment
  • Loading branch information
cditcher authored Feb 25, 2025
1 parent 8740e8e commit 3ec3d74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const passport = require("passport");
const helmet = require("helmet");
const cors = require("cors");
//const utils = require("./components/utils");
// comment
const auth = require("./components/auth");
const bodyParser = require("body-parser");
const connectRedis = require("connect-redis");
Expand Down

0 comments on commit 3ec3d74

Please sign in to comment.