Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
Tushar3099 committed Jun 10, 2020
1 parent 8f19a59 commit b825406
Show file tree
Hide file tree
Showing 3 changed files with 862 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var PlaylistRoutes=require("./routes/playlistRoute");
mongoose.connect("mongodb://localhost:27017/Dhwaniv3",{useNewUrlParser:true, useUnifiedTopology:true});
app.use(bodyParser.urlencoded({extended:true}));

// seedDB();
seedDB();


app.use(IndexRoutes);
Expand All @@ -36,7 +36,7 @@ app.use(PlaylistRoutes);



app.listen(3000,function(err){
app.listen(5000,function(err){
if(err){
console.log(err);
}
Expand Down
Loading

0 comments on commit b825406

Please sign in to comment.