Explorar o código

embed: replace v3alpha serve path with v3beta

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
Gyu-Ho Lee %!s(int64=8) %!d(string=hai) anos
pai
achega
5fd419ff50
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      embed/serve.go

+ 1 - 1
embed/serve.go

@@ -216,7 +216,7 @@ func (sctx *serveCtx) createMux(gwmux *gw.ServeMux, handler http.Handler) *http.
 	}
 	}
 
 
 	httpmux.Handle(
 	httpmux.Handle(
-		"/v3alpha/",
+		"/v3beta/",
 		wsproxy.WebsocketProxy(
 		wsproxy.WebsocketProxy(
 			gwmux,
 			gwmux,
 			wsproxy.WithRequestMutator(
 			wsproxy.WithRequestMutator(