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

Commit 7cb17409 authored by Tobias Kaminsky's avatar Tobias Kaminsky Committed by GitHub
Browse files

Merge pull request #58 from nextcloud/fix-endpoints

Fix the ocs-endpoint typo
parents 260c5714 e13db2c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ public class GetRemoteCapabilitiesOperation extends RemoteOperation {

    // v1 notifications
    private static final String NODE_NOTIFICATIONS = "notifications";
    private static final String PROPERTY_OCSENDPOINT = "ocs-endpoint";
    private static final String PROPERTY_OCSENDPOINT = "ocs-endpoints";

    private static final String PROPERTY_LIST = "list";
    private static final String PROPERTY_GET = "get";