Skip to content

Commit

Permalink
Merge pull request #255 from csidirop/fix/SruMiddleware
Browse files Browse the repository at this point in the history
Fix call to `\Kitodo\Dlf\Middleware\SruMiddleware`
  • Loading branch information
beatrycze-volk authored Nov 6, 2023
2 parents 60e67ec + 3f550b7 commit 2fefccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/RequestMiddlewares.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
return [
'frontend' => [
'dfgviewer/sru' => [
'target' => \Kitodo\Dlf\Middleware\SruMiddleware::class,
'target' => Slub\Dfgviewer\Middleware\SruMiddleware::class,
'after' => [
'typo3/cms-frontend/prepare-tsfe-rendering'
]
Expand Down

0 comments on commit 2fefccb

Please sign in to comment.