diff --git a/proto b/proto index 455f21b..74c6192 160000 --- a/proto +++ b/proto @@ -1 +1 @@ -Subproject commit 455f21bbae2d4cd5d4907aa8780b11c905f478c9 +Subproject commit 74c61920512e7e694435c72435c3abf9a874ad5a diff --git a/server/main.go b/server/main.go index 809cf01..a3c5e84 100644 --- a/server/main.go +++ b/server/main.go @@ -38,7 +38,7 @@ func main() { panic(err) } - err = http.ListenAndServe(":9090", mux) + err = http.ListenAndServe(":9900", mux) if err != nil { panic(err) }