Skip to content

Commit a1ec0ec

Browse files
committed
changes
1 parent 88f5965 commit a1ec0ec

File tree

4 files changed

+20
-617
lines changed

4 files changed

+20
-617
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11

2+
node_modules

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var bodyParser = require('body-parser');
88
var index = require('./routes/index');
99
//var users = require('./routes/users');
1010
var mongoose = require('mongoose');
11-
mongoose.connect('mongodb://localhost/REst', { useMongoClient: true });
11+
mongoose.connect('mongodb://localhost/REst');
1212

1313
var app = express();
1414

0 commit comments

Comments
 (0)