This commit is contained in:
eson
2023-11-06 11:58:57 +08:00
parent e55c90cfec
commit b4a0af62e1
2 changed files with 2 additions and 2 deletions

2
proto

Submodule proto updated: 455f21bbae...74c6192051

View File

@@ -38,7 +38,7 @@ func main() {
panic(err)
}
err = http.ListenAndServe(":9090", mux)
err = http.ListenAndServe(":9900", mux)
if err != nil {
panic(err)
}