]> git.openfl.eu Git - yampl.git/commitdiff
port is now 8080
authorFl_GUI <flor.guilini@hotmail.com>
Sun, 26 Jan 2025 14:47:50 +0000 (15:47 +0100)
committerFl_GUI <flor.guilini@hotmail.com>
Sun, 26 Jan 2025 16:04:13 +0000 (17:04 +0100)
main.go

diff --git a/main.go b/main.go
index af621c0ca6ef55e2a5f71839c11b641b4f174b2b..d9717c4d988ffec527872d04af3c60346093a651 100644 (file)
--- a/main.go
+++ b/main.go
@@ -101,6 +101,6 @@ func main() {
                http.Handle("GET /static/", http.StripPrefix("/static", http.FileServerFS(os.DirFS(*staticdirpath))))
        }
 
-       fmt.Println("listening on localhost:8081")
+       fmt.Println("listening on localhost:8080")
        panic(http.ListenAndServe(":8080", nil))
 }