mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Added middleware which injects the content-length header in the response if not present
This commit is contained in:
parent
75b8175824
commit
334710e92c
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ return [
|
|||
'pre-routing' => [
|
||||
'middleware' => [
|
||||
ErrorHandler::class,
|
||||
Expressive\Helper\ContentLengthMiddleware::class,
|
||||
LocaleMiddleware::class,
|
||||
],
|
||||
'priority' => 11,
|
||||
|
|
Loading…
Add table
Reference in a new issue