This commit is contained in:
hailin 2025-06-19 23:10:33 +08:00
parent cc4d873219
commit 34243bacc9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ const (
RouterSubPathNewsDraftDelete = "/draft/delete" RouterSubPathNewsDraftDelete = "/draft/delete"
RouterSubPathNewsTag = "/tag" RouterSubPathNewsTag = "/tag"
RouterSubPathNewsAsync = "/async" RouterSubPathNewsAsync = "/async"
RouterSubPathNewsPullNew = "pullnew" RouterSubPathNewsPullNew = "/pullnew"
RouterSubPathQaList = "/list" RouterSubPathQaList = "/list"
RouterSubPathQaAdd = "/add" RouterSubPathQaAdd = "/add"
RouterSubPathQaEdit = "/edit" RouterSubPathQaEdit = "/edit"