Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshacharya2468 authored Jul 15, 2021
1 parent 47ccfa7 commit 78ca942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const authRoute=require("./routes/accountRoute");
const categoryRoute=require("./routes/categoryRoute");
const productRoute=require("./routes/productRoute");
const orderRoute=require("./routes/orderRoute");
const dotenv=require("dotenv");
dotenv.config();
// const dotenv=require("dotenv");
// dotenv.config();
var connectionString="mongodb+srv://santosh:[email protected]/fooddelivery?retryWrites=true&w=majority";
// var connectionString="mongodb://localhost/fooddelivery";
const app=express();
Expand Down

0 comments on commit 78ca942

Please sign in to comment.