update
This commit is contained in:
parent
e55c90cfec
commit
b4a0af62e1
2
proto
2
proto
|
@ -1 +1 @@
|
|||
Subproject commit 455f21bbae2d4cd5d4907aa8780b11c905f478c9
|
||||
Subproject commit 74c61920512e7e694435c72435c3abf9a874ad5a
|
|
@ -38,7 +38,7 @@ func main() {
|
|||
panic(err)
|
||||
}
|
||||
|
||||
err = http.ListenAndServe(":9090", mux)
|
||||
err = http.ListenAndServe(":9900", mux)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user