Merge pull request #58838 from nextcloud/backport/58648/stable33

[stable33] feat(routing): add files_sharing_raw to rootUrlApps
pull/58850/head
Raphael Gradenwitz 3 months ago committed by GitHub
commit 9fb2541d50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      lib/private/AppFramework/Routing/RouteParser.php

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

Loading…
Cancel
Save