From 0377709f242865d8af39e5464ee5da93e4cc06d9 Mon Sep 17 00:00:00 2001 From: manerakai Date: Sat, 2 Sep 2023 14:41:12 +0000 Subject: [PATCH] Update web/main.go git-svn-id: file:///srv/svn/repo/mai/trunk@25 e410bdd4-646f-c54f-a7ce-fffcc4f439ae --- web/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/main.go b/web/main.go index c5e737a..91469cb 100644 --- a/web/main.go +++ b/web/main.go @@ -218,7 +218,7 @@ func main() { address := os.Getenv("ADDRESS") if address == "" { - address = "127.0.0.1:3000" + address = ":3000" } app.Listen(address) }