reid hace 2 años
padre
commit
b82d60aa48
Se han modificado 1 ficheros con 1 adiciones y 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)
 }