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:
ernolf 2026-02-28 20:30:19 +01:00 committed by backportbot[bot]
parent f5dc198349
commit 1640d3d649

View file

@ -18,6 +18,7 @@ class RouteParser {
private const rootUrlApps = [
'cloud_federation_api',
'core',
'files_sharing_raw',
'files_sharing',
'files',
'globalsiteselector',