diff --git a/index.js b/index.js index 0ff2bae..bb491c3 100644 --- a/index.js +++ b/index.js @@ -60,6 +60,7 @@ app.get("/indexes/:project(\\w+)", (req, res) => { }); app.use(express.text()); +app.use(express.urlencoded()); function diff(current, checked) { let lines_current = current.split('\n').map(l => l.trim()).filter(l => l != "");