Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
guilherme4garcia authored Jun 5, 2022
1 parent e2a4689 commit ecb828a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const populate = require('./services/populateDB')

const port = process.env.PORT | 3001

populate()
//populate()
// check()

const httpServer = require('http').Server(app)
Expand Down

0 comments on commit ecb828a

Please sign in to comment.