forked from MapComplete/MapComplete
Debugging
This commit is contained in:
parent
eb12112e11
commit
22095f4640
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ http.createServer(async (req: http.IncomingMessage, res) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
if(req.method === "DELETE"){
|
if(req.method === "DELETE"){
|
||||||
|
console.log("Got a DELETE", new Date())
|
||||||
await handleDelete(req, res)
|
await handleDelete(req, res)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue