Skip to content

Commit a7af46f

Browse files
committed
fix(LinkSocksManager): update API endpoint URL for getLinkSocks
1 parent 9ea7e96 commit a7af46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/site/zetx/cloudflyer/LinkSocksManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ LinkSocksConfig getConfig() throws IOException {
7474
}
7575

7676
Request.Builder requestBuilder = new Request.Builder()
77-
.url(apiBase + "/api/linksocks/getLinkSocks")
77+
.url(apiBase + "/getLinkSocks")
7878
.post(RequestBody.create("", MediaType.get("application/json")));
7979

8080
if (apiKey != null && !apiKey.isEmpty()) {

0 commit comments

Comments
 (0)