From de66b186b217f7351e5005c7d9217310f9c3e99a Mon Sep 17 00:00:00 2001 From: groot Date: Wed, 12 Nov 2025 07:58:36 +0000 Subject: [PATCH] main.go aktualisiert --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 056f139..667e995 100644 --- a/main.go +++ b/main.go @@ -668,7 +668,7 @@ func runHTTP(ctx context.Context) error { mux.HandleFunc("/api/apps", appsHandler) mux.HandleFunc("/api/summary", apiHandler) - addr := "127.0.0.1:24000" + addr := ":24000" srv := &http.Server{ Addr: addr,