Skip to content

Commit

Permalink
Reply with statusCode 200
Browse files Browse the repository at this point in the history
  • Loading branch information
freeall committed Nov 10, 2021
1 parent a636c34 commit 59021cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ app.post('/imei_lock', express.json(), async (req, res) => {
await axios.delete(`/sims/${simId}/tags/${TAG_ID}`)

console.log(`Done setting IMEI lock for ${simId}`)

res.end()
})
app.listen(process.env.PORT || 8145)

0 comments on commit 59021cd

Please sign in to comment.