Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ask1811 committed Mar 19, 2023
1 parent d6840d1 commit f60be0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ app.use(bodyParser.json());
app.use(cors());
//const swaggerUi = require("swagger-ui-express"), swaggerDocument = require("./swagger.json");

mongoose.connect(MONGO_DB_CONFIG.DB, {
mongoose.connect("mongodb+srv://arg007:Freelancer%402022@cluster0.gp52g.mongodb.net/technohack?retryWrites=true&w=majority", {
useNewUrlParser: true,
useUnifiedTopology: true,
})
Expand Down

0 comments on commit f60be0c

Please sign in to comment.