From 4ec9c5ddc3a7c9eaf6d663c3f8bf263d90c91b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Sat, 12 Apr 2025 16:16:05 -0700 Subject: [PATCH] Change port to 8520 to co-exist better with other local processes --- airports.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airports.go b/airports.go index 6a22caf..1aecca1 100644 --- a/airports.go +++ b/airports.go @@ -162,7 +162,7 @@ func main() { errg, ctx := errgroup.WithContext(ctx) errg.Go(func() error { - return e.Start(":8000") + return e.Start(":8520") }) errg.Go(func() error {