Skip to content

Commit

Permalink
update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Limebee committed Jun 21, 2023
1 parent ff8fea9 commit b0a02cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const todoRoutes = require('./routes/todos')

require('dotenv').config({path: './config/.env'})


mongoose.set('strictQuery', false);


Expand Down

0 comments on commit b0a02cc

Please sign in to comment.