does url enoced
This commit is contained in:
parent
14a44082ef
commit
2b20d62e79
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
@ -60,6 +60,7 @@ app.get("/indexes/:project(\\w+)", (req, res) => {
|
||||||
});
|
});
|
||||||
|
|
||||||
app.use(express.text());
|
app.use(express.text());
|
||||||
|
app.use(express.urlencoded());
|
||||||
|
|
||||||
function diff(current, checked) {
|
function diff(current, checked) {
|
||||||
let lines_current = current.split('\n').map(l => l.trim()).filter(l => l != "");
|
let lines_current = current.split('\n').map(l => l.trim()).filter(l => l != "");
|
||||||
|
|
Loading…
Reference in a new issue