diff --git a/minecraft-site.go b/minecraft-site.go index b422606..0d03fd8 100644 --- a/minecraft-site.go +++ b/minecraft-site.go @@ -75,6 +75,7 @@ func main() { http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { if r.URL.Path != "/" { http.NotFound(w, r) + return } // Update servers with current data