Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.

Commit 8424f41

Browse files
authored
Update client.go
1 parent 53382f6 commit 8424f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func (c *Client) Route(params RouteRequestParameters) (*RouteResponse, error) {
2929
return nil, err
3030
}
3131

32-
req, err := http.NewRequest(http.MethodPost, "https://v2.api.squidrouter.com/v2/route", bytes.NewBuffer(body))
32+
req, err := http.NewRequest(http.MethodPost, "https:///apiplus.squidrouter.com/route", bytes.NewBuffer(body))
3333
if err != nil {
3434
return nil, err
3535
}

0 commit comments

Comments
 (0)