mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-06 18:02:16 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user