Update web/main.go

git-svn-id: file:///srv/svn/repo/mai/trunk@25 e410bdd4-646f-c54f-a7ce-fffcc4f439ae
This commit is contained in:
manerakai 2023-09-02 14:41:12 +00:00
parent 1962522f39
commit 0377709f24

View File

@ -218,7 +218,7 @@ func main() {
address := os.Getenv("ADDRESS")
if address == "" {
address = "127.0.0.1:3000"
address = ":3000"
}
app.Listen(address)
}