tagedit v1 lol

This commit is contained in:
Flummi
2022-03-27 18:34:13 +02:00
parent 8c556baecd
commit 0839a574d7
4 changed files with 86 additions and 2 deletions

View File

@ -99,7 +99,7 @@ export default router => {
}, 400); // bad request
}
const tagname = req.params.tagname;
const tagname = decodeURIComponent(req.params.tagname);
const newtag = req.post.newtag;
const tmptag = (