reid 2 년 전
부모
커밋
b82d60aa48
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)
 }