mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
Merge pull request #4185 from nextcloud/fixCreateAsset
use index.php to create asset in Collabora
This commit is contained in:
commit
af9a7feeb5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class RichDocumentsCreateAssetOperation extends RemoteOperation {
|
|||
private static final String TAG = RichDocumentsCreateAssetOperation.class.getSimpleName();
|
||||
private static final int SYNC_READ_TIMEOUT = 40000;
|
||||
private static final int SYNC_CONNECTION_TIMEOUT = 5000;
|
||||
private static final String ASSET_URL = "/apps/richdocuments/assets";
|
||||
private static final String ASSET_URL = "/index.php/apps/richdocuments/assets";
|
||||
|
||||
private static final String NODE_URL = "url";
|
||||
private static final String PARAMETER_PATH = "path";
|
||||
|
|
Loading…
Reference in a new issue