diff --git a/src/main.go b/src/main.go index 0de1759..cd02a00 100644 --- a/src/main.go +++ b/src/main.go @@ -72,8 +72,6 @@ func main() { } processItems(*inputFile, items) } - - http.HandleFunc("/set-speed-limit", handleSetSpeedLimit) } func startWebServer() {