mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Fix mountsfilelist to do the v1 call
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
243098a96f
commit
56c8641714
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
|||
this._setCurrentDir('/', false);
|
||||
|
||||
this._reloadCall = $.ajax({
|
||||
url: OC.linkToOCS('apps/files_external/api/v1', 2) + 'mounts',
|
||||
url: OC.linkToOCS('apps/files_external/api/v1') + 'mounts',
|
||||
data: {
|
||||
format: 'json'
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue