This commit is contained in:
vxclutch
2026-05-27 19:09:59 -04:00
parent 1234288e03
commit 4d284b7c5a
2 changed files with 3 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ func main() {
errx.Log("Your token is \033[1;92m%s\033[0m", lash.Token)
errx.Log("starting server at http://127.0.0.1:1337")
errx.Log("starting server at http://0.0.0.0:1337")
if err := http.ListenAndServe(":1337", srv); err != nil {
errx.FatalPerror(err)
}