Skip to content

Commit 2d6a8b8

Browse files
committed
fix(client): update API endpoint for getLinkSocks
1 parent 2e57d62 commit 2d6a8b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export class CloudflareSolver {
185185
*/
186186
private async getLinkSocksConfig(): Promise<{ url: string; token: string; connector_token: string }> {
187187
const response = await this.apiClient.post(
188-
`${this.apiBase}/api/linksocks/getLinkSocks`,
188+
`${this.apiBase}/getLinkSocks`,
189189
{},
190190
{
191191
headers: {

0 commit comments

Comments
 (0)