mirror of
https://github.com/alice-lg/birdwatcher.git
synced 2025-03-09 00:00:05 +01:00
Fix RoutesPrefixed
This version ignored the prefix which is passed as an URL parameter.
This commit is contained in:
parent
b8b9b5d021
commit
439ee0d5d0
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ func Symbols() (Parsed, bool) {
|
|||
}
|
||||
|
||||
func RoutesPrefixed(prefix string) (Parsed, bool) {
|
||||
cmd := routeQueryForChannel("route all")
|
||||
cmd := routeQueryForChannel("route " + prefix + " all")
|
||||
return RunAndParse(cmd, parseRoutes)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue