diff --git a/app.js b/app.js index 9dc9f41..877ed90 100644 --- a/app.js +++ b/app.js @@ -7,7 +7,7 @@ var bodyParser = require('body-parser'); var mongoose = require("mongoose"); // Connection to DB -mongoose.connect('mongodb://localhost/tvshows', function (err, res) { +mongoose.connect('mongodb://localhost/videogames', function (err, res) { if (err) throw err; console.log('Connected to Database'); });