Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
decanus committed Sep 21, 2024
1 parent bb471a0 commit 6e47d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (c *Client) Route(params RouteRequestParameters) (*RouteResponse, error) {
return nil, err
}

req, err := http.NewRequest(http.MethodPost, "https://apiplus.squidrouter.com/route", bytes.NewBuffer(body))
req, err := http.NewRequest(http.MethodPost, "https://apiplus.squidrouter.com/v2/route", bytes.NewBuffer(body))
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 6e47d7f

Please sign in to comment.