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

@ -1 +1 @@
Subproject commit 455f21bbae2d4cd5d4907aa8780b11c905f478c9
Subproject commit 74c61920512e7e694435c72435c3abf9a874ad5a

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)
}