Skip to content

Commit c7b77bb

Browse files
SDK regenerated by CI server [ci skip]
1 parent bb5c4d8 commit c7b77bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AsposeWordsCloud/Api/ApiInvoker.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public class ApiInvoker {
248248
}
249249

250250
if (accessToken == nil) {
251-
let urlPath = URL(string: self.configuration.getBaseUrl())!.appendingPathComponent("connect/token");
251+
let urlPath = URL(string: self.configuration.getBaseUrl())!.appendingPathComponent("v4.0/words/connect/token");
252252
var request = URLRequest(url: urlPath);
253253
request.httpMethod = "POST";
254254
request.timeoutInterval = self.configuration.getTimeout();

0 commit comments

Comments
 (0)