소스 검색

updates api to v2 [lost change ???]

marinofaggiana 5 년 전
부모
커밋
6244fdd36a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      iOSClient/Library/OCCommunicationLib/OCFrameworkConstants.h

+ 2 - 1
iOSClient/Library/OCCommunicationLib/OCFrameworkConstants.h

@@ -41,7 +41,8 @@
 #define k_domain_error_code @"com.owncloud"
 
 //Url to access to Shared API to create
-#define k_url_acces_shared_api @"ocs/v1.php/apps/files_sharing/api/v1/shares"
+//#define k_url_acces_shared_api @"ocs/v1.php/apps/files_sharing/api/v1/shares"
+#define k_url_acces_shared_api @"ocs/v2.php/apps/files_sharing/api/v1/shares"
 
 //Url to access to Remote Shared API
 #define k_url_acces_remote_shared_api @"ocs/v1.php/apps/files_sharing/api/v1/remote_shares"