Fix accidentally registering same handler twice
This commit is contained in:
parent
a91163f845
commit
03312a0079
@ -72,8 +72,6 @@ func main() {
|
|||||||
}
|
}
|
||||||
processItems(*inputFile, items)
|
processItems(*inputFile, items)
|
||||||
}
|
}
|
||||||
|
|
||||||
http.HandleFunc("/set-speed-limit", handleSetSpeedLimit)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func startWebServer() {
|
func startWebServer() {
|
||||||
|
Loading…
Reference in New Issue
Block a user