We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e57d62 commit 2d6a8b8Copy full SHA for 2d6a8b8
1 file changed
src/client.ts
@@ -185,7 +185,7 @@ export class CloudflareSolver {
185
*/
186
private async getLinkSocksConfig(): Promise<{ url: string; token: string; connector_token: string }> {
187
const response = await this.apiClient.post(
188
- `${this.apiBase}/api/linksocks/getLinkSocks`,
+ `${this.apiBase}/getLinkSocks`,
189
{},
190
{
191
headers: {
0 commit comments