From 9add3cf25c534805d16114ff39b0c2763a58576d Mon Sep 17 00:00:00 2001 From: Caleb Denio Date: Sun, 13 Jul 2025 22:08:46 -0400 Subject: [PATCH] PORT --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index fee3048..1f7bc49 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -128,5 +128,5 @@ func main() { w.Write(b) }) - http.ListenAndServe(":3000", nil) + http.ListenAndServe(":"+os.Getenv("PORT"), nil) }