fix new url capability

This commit is contained in:
Willy Kloucek
2021-12-21 14:47:39 +01:00
parent 0288ac8f11
commit ff9b9513b3
2 changed files with 2 additions and 0 deletions

View File

@@ -4,5 +4,6 @@ We've added the new file capability of the app provider to the ocs capabilities,
clients can discover this url analogous to the app list and file open urls.
https://github.com/owncloud/ocis/pull/2884
https://github.com/owncloud/ocis/pull/2907
https://github.com/cs3org/reva/pull/2379
https://github.com/owncloud/web/pull/5890#issuecomment-993905242

View File

@@ -71,6 +71,7 @@ func Frontend(cfg *config.Config) *cli.Command {
"version": "1.0.0",
"apps_url": cfg.Reva.AppProvider.AppsURL,
"open_url": cfg.Reva.AppProvider.OpenURL,
"new_url": cfg.Reva.AppProvider.NewURL,
},
}