update
This commit is contained in:
2
proto
2
proto
Submodule proto updated: 455f21bbae...74c6192051
@@ -38,7 +38,7 @@ func main() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
err = http.ListenAndServe(":9090", mux)
|
||||
err = http.ListenAndServe(":9900", mux)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user