ci: fix failing vweb_routing_checks.vv

pull/7414/head
Delyan Angelov 2020-12-20 11:59:38 +02:00
parent 742e5a91ac
commit b1f6ff8871
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ fn handle_conn<T>(mut conn net.TcpConn, mut app T) {
} else if matching && unknown {
// router words with paramter like `/:test/site`
action = method.name
vars = variables
vars = variables.clone()
}
req_method = []string{}
}