reid %!s(int64=2) %!d(string=hai) anos
pai
achega
b82d60aa48
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -52,5 +52,5 @@ func main() {
 	<-versionUpdateChannel
 	r := mux.NewRouter()
 	r.HandleFunc("/ws", ws.WsHandler)
-	http.ListenAndServe(":3000", nil)
+	http.ListenAndServe(":3000", r)
 }