From fee5b400a6af4303e8f7286991959f2b44563543 Mon Sep 17 00:00:00 2001 From: jbergner Date: Thu, 30 Oct 2025 21:28:56 +0100 Subject: [PATCH] =?UTF-8?q?Anschluss=20ge=C3=A4ndert=20auf=20:24000?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,