Skip to content

Commit

Permalink
fix(dotenv): config
Browse files Browse the repository at this point in the history
@1-ankush-1 please run your code first
  • Loading branch information
Artlfmj committed Oct 2, 2023
1 parent 147cfe1 commit bfc7301
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ app.use(morgan("dev"));

app.use(mongoSanitize());

const config = require("../config.json");
const addCSRF = require("./middlewares/addCSRF");

// Connect to MongoDB using the configuration
Expand Down

0 comments on commit bfc7301

Please sign in to comment.