mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #58648 from nextcloud/feat/add-files-sharing-raw-to-rootUrlApps
feat(routing): add files_sharing_raw to rootUrlApps
This commit is contained in:
commit
3e78bf662d
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ class RouteParser {
|
|||
private const rootUrlApps = [
|
||||
'cloud_federation_api',
|
||||
'core',
|
||||
'files_sharing_raw',
|
||||
'files_sharing',
|
||||
'files',
|
||||
'globalsiteselector',
|
||||
|
|
|
|||
Loading…
Reference in a new issue