Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3fa307b3 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

6839-Downgrade_ocs_api_version

parent 228e9c70
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ public class ApiProvider {

    private static final ApiProvider INSTANCE = new ApiProvider();

    private static final String API_ENDPOINT_OCS = "/ocs/v2.php/cloud/";
    private static final String API_ENDPOINT_OCS = "/ocs/v1.php/cloud/";

    private static final Map<String, NextcloudAPI> API_CACHE = new ConcurrentHashMap<>();