embed: replace v3alpha serve path with v3beta

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
release-3.3
Gyu-Ho Lee 2017-11-15 01:25:32 -08:00
parent 02be1ace59
commit 5fd419ff50
1 changed files with 1 additions and 1 deletions

View File

@ -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(