mirror of
https://github.com/alice-lg/birdwatcher.git
synced 2025-03-09 00:00:05 +01:00
fixed typo
This commit is contained in:
parent
d15e6ab8d5
commit
1f4a9c5f14
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ func makeRouter(config endpoints.ServerConfig) *httprouter.Router {
|
|||
r.GET("/routes/filtered/:protocol", endpoints.Endpoint(endpoints.RoutesFiltered))
|
||||
}
|
||||
if isModuleEnabled("routes_noexport", whitelist) {
|
||||
r.GET("/routes/noexport/:protocol", endpoints.Endpoint(endpoints.RoutesNoexport))
|
||||
r.GET("/routes/noexport/:protocol", endpoints.Endpoint(endpoints.RoutesNoExport))
|
||||
}
|
||||
if isModuleEnabled("routes_prefixed", whitelist) {
|
||||
r.GET("/routes/prefix", endpoints.Endpoint(endpoints.RoutesPrefixed))
|
||||
|
|
Loading…
Add table
Reference in a new issue