Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rkamradt authored May 3, 2020
1 parent 6c93bc7 commit 04943cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const newsapiurl = `${NEWSAPI_SERVER}${NEWSAPI_PATH}`;
})

try {
console.log(`Connecting to mongodb://${MONGO_USER}:******@${MONGO_SERVER}:${MONGO_PORT})
console.log(`Connecting to mongodb://${MONGO_USER}:******@${MONGO_SERVER}:${MONGO_PORT}`)
await client.connect()
console.log('Connected correctly to server')

Expand Down

0 comments on commit 04943cd

Please sign in to comment.