This commit is contained in:
Flummi 2022-07-28 12:43:23 +02:00
parent daab816ad2
commit 076e98a963

View File

@ -30,7 +30,7 @@ export default router => {
const postid = +req.params.postid;
const tagname = req.post.tagname?.trim();
if(tagname.length >= 45) {
if(tagname.length > 70) {
return res.json({
success: false,
msg: 'tag is too long!'