We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea7e96 commit a7af46fCopy full SHA for a7af46f
src/main/java/site/zetx/cloudflyer/LinkSocksManager.java
@@ -74,7 +74,7 @@ LinkSocksConfig getConfig() throws IOException {
74
}
75
76
Request.Builder requestBuilder = new Request.Builder()
77
- .url(apiBase + "/api/linksocks/getLinkSocks")
+ .url(apiBase + "/getLinkSocks")
78
.post(RequestBody.create("", MediaType.get("application/json")));
79
80
if (apiKey != null && !apiKey.isEmpty()) {
0 commit comments