This commit is contained in:
2025-07-13 22:08:46 -04:00
parent 82318c75d5
commit 9add3cf25c
+1 -1
View File
@@ -128,5 +128,5 @@ func main() {
w.Write(b)
})
http.ListenAndServe(":3000", nil)
http.ListenAndServe(":"+os.Getenv("PORT"), nil)
}