Skip to content
Snippets Groups Projects
Commit 2627984e authored by Daniel Kovacs's avatar Daniel Kovacs
Browse files

asdf

parent 762c7e5e
Branches
No related tags found
No related merge requests found
......@@ -255,7 +255,8 @@ app.post('/saveplaylist/:id', (req,res) => {
console.log("two")
db.run('DELETE FROM party_members WHERE party_id =?',
[req.params.id], () => {
console.log("three")
return res.status(200);
}
)
})
......@@ -270,7 +271,7 @@ app.post('/saveplaylist/:id', (req,res) => {
})
return res.status(200);
});
const port = process.env.PORT || 8888
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment