mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-29 02:11:10 -06:00
Added middleware which injects the content-length header in the response if not present
This commit is contained in:
parent
75b8175824
commit
334710e92c
@ -16,6 +16,7 @@ return [
|
||||
'pre-routing' => [
|
||||
'middleware' => [
|
||||
ErrorHandler::class,
|
||||
Expressive\Helper\ContentLengthMiddleware::class,
|
||||
LocaleMiddleware::class,
|
||||
],
|
||||
'priority' => 11,
|
||||
|
Loading…
Reference in New Issue
Block a user