Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2024-02-19 00:05:35 +00:00
parent 8e9838c501
commit ab0cfdc6c1
196 changed files with 196 additions and 196 deletions
@@ -117,7 +117,7 @@ public class ApiClient {
json = new JSON();
okBuilder = new OkHttpClient.Builder();
String baseUrl = "http://{{AppSubUrl | JSEscape | Safe}}/api/v1";
String baseUrl = "https://{{AppSubUrl | JSEscape}}/api/v1";
if (!baseUrl.endsWith("/")) baseUrl = baseUrl + "/";
adapterBuilder =