Skip to content

Commit

Permalink
Merged branch '4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Aug 9, 2022
2 parents 1106740 + ff79358 commit a2c87d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bundle/Core/Resources/config/routing/internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ ibexa.content.download:
ibexa.content.download.field_id:
path: /content/download/{contentId}/{fieldId}
defaults: { _controller: Ibexa\Core\MVC\Symfony\Controller\Content\DownloadRedirectionController:redirectToContentDownloadAction }
requirements:
contentId: '\d+'
fieldId: '\d+'

0 comments on commit a2c87d7

Please sign in to comment.