diff --git a/plemp.js b/plemp.js index 5008ce0..2dedd71 100644 --- a/plemp.js +++ b/plemp.js @@ -39,7 +39,7 @@ app.get('/current', function(req, res) { // The position save route: access through AJAX request by the main page // for committing position changes of the draggables to the database, i.e. the // global state. -app.get('/savepos/:id/:x-pos/:y-pos', function(req, res)) { +app.get('/savepos/:id/:x-pos/:y-pos', function(req, res) { // Set the position for the file with the given ID. });