Skip to content

Commit

Permalink
Added Rank Title to information
Browse files Browse the repository at this point in the history
  • Loading branch information
TiboDM committed Jun 22, 2022
1 parent 3d262fa commit dc6e6b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ app.post('/post', (req, res) => {
updateData(newObj, timestamp)
checkData(timestamp)
res.send(data)

console.log(data)
})

//Updates Location Data
Expand Down

0 comments on commit dc6e6b5

Please sign in to comment.