mirror of
https://github.com/infinite-iroha/touka.git
synced 2026-02-03 00:41:10 +08:00
update
This commit is contained in:
parent
e43b12e343
commit
783370fd79
1 changed files with 1 additions and 0 deletions
1
tree.go
1
tree.go
|
|
@ -489,6 +489,7 @@ walk: // 外部循环用于遍历路由树
|
|||
path: prefix + path, // 记录跳过的路径
|
||||
node: &node{ // 复制当前节点的状态
|
||||
path: n.path,
|
||||
indices: n.indices,
|
||||
wildChild: n.wildChild,
|
||||
nType: n.nType,
|
||||
priority: n.priority,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue