95307a3d by astaxie

miss filter *

1 parent a85d91b4
......@@ -15,6 +15,9 @@ func (mr *FilterRouter) ValidRouter(router string) bool {
if mr.pattern == "" {
return true
}
if mr.pattern == "*" {
return true
}
if router == mr.pattern {
return true
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!