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

asdf

parent 762c7e5e
Branches
Tags
No related merge requests found
...@@ -255,7 +255,8 @@ app.post('/saveplaylist/:id', (req,res) => { ...@@ -255,7 +255,8 @@ app.post('/saveplaylist/:id', (req,res) => {
console.log("two") console.log("two")
db.run('DELETE FROM party_members WHERE party_id =?', db.run('DELETE FROM party_members WHERE party_id =?',
[req.params.id], () => { [req.params.id], () => {
console.log("three") return res.status(200);
} }
) )
}) })
...@@ -270,7 +271,7 @@ app.post('/saveplaylist/:id', (req,res) => { ...@@ -270,7 +271,7 @@ app.post('/saveplaylist/:id', (req,res) => {
}) })
return res.status(200);
}); });
const port = process.env.PORT || 8888 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