Fix accidentally registering same handler twice

This commit is contained in:
Joren 2024-12-31 01:50:58 +01:00
parent a91163f845
commit 03312a0079
Signed by: Joren
GPG Key ID: 280E33DFBC0F1B55

View File

@ -72,8 +72,6 @@ func main() {
} }
processItems(*inputFile, items) processItems(*inputFile, items)
} }
http.HandleFunc("/set-speed-limit", handleSetSpeedLimit)
} }
func startWebServer() { func startWebServer() {