Skip to content

Commit c50aee8

Browse files
authored
Update app.js
1 parent 657ef98 commit c50aee8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ require('./config/passport')(passport);
1010
//Load Routes
1111
const auth = require('./routes/auth');
1212

13+
14+
//Mongoose connect
15+
mongoose.connect()
16+
17+
1318
const app = express();
1419

1520
app.get('/', (req, res) => {

0 commit comments

Comments
 (0)