mirror of
https://github.com/nextcloud/server.git
synced 2026-03-18 08:34:10 -04:00
feat(routing): add files_sharing_raw to rootUrlApps
- Registers the files_sharing_raw app as a root-URL app so that its routes are served under /raw/{token} and /rss instead of the default /apps/files_sharing_raw/... prefix.
This is required for the files_sharing_raw app to generate correct canonical raw URLs via PublicUrlBuilder.
Signed-off-by: ernolf <raphael.gradenwitz@googlemail.com>
This commit is contained in:
parent
f5dc198349
commit
1640d3d649
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