diff --git a/main.go b/main.go index 365a9d0..bd6bd86 100644 --- a/main.go +++ b/main.go @@ -595,7 +595,7 @@ func runHTTP(ctx context.Context) error { mux.HandleFunc("/api/apps", appsHandler) mux.HandleFunc("/api/summary", apiHandler) - addr := "127.0.0.1:8080" + addr := ":24000" srv := &http.Server{ Addr: addr,