Remove needless slash
This commit is contained in:
parent
f279adb618
commit
add4e3e9cd
8 changed files with 47 additions and 47 deletions
|
@ -61,7 +61,7 @@ func (c *WSClient) streamingWS(ctx context.Context, stream, tag string) (chan Ev
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
u.Path = path.Join(u.Path, "/api/v1/streaming")
|
||||
u.Path = path.Join(u.Path, "api/v1/streaming")
|
||||
u.RawQuery = params.Encode()
|
||||
|
||||
q := make(chan Event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue