Fix mountsfilelist to do the v1 call

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2021-08-20 11:31:00 +02:00
parent 243098a96f
commit 56c8641714
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View file

@ -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'
},