Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
lillianberryfly committed Jul 25, 2023
1 parent 5596b77 commit 2a82bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flaps/flaps.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func (f *Client) NewRequest(ctx context.Context, method, path string, in interfa
headers = make(map[string][]string)
}

targetEndpoint, err := f.urlFromBaseUrl(fmt.Sprintf("/v1/%s", path))
targetEndpoint, err := f.urlFromBaseUrl(fmt.Sprintf("/v1%s", path))
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 2a82bd5

Please sign in to comment.