Skip to content

Commit b6a0cc7

Browse files
authored
Update app.js
1 parent c50aee8 commit b6a0cc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app.js

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

13+
//load keys
14+
const keys = require('./config/keys');
15+
1316

1417
//Mongoose connect
1518
mongoose.connect()

0 commit comments

Comments
 (0)