summaryrefslogtreecommitdiff
path: root/config/app.php
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-10-27 11:11:37 +0100
committermsquare <msquare@notrademark.de>2018-11-21 19:24:36 +0100
commitfd37c9d60ea818dc9a562fa88ff5f9a50132506f (patch)
tree39bc7af1141f10603164b350b9588188ccc04b4e /config/app.php
parent23c0fae36fb8159bcf8b95bae98555201146457e (diff)
Added additional headers
Diffstat (limited to 'config/app.php')
-rw-r--r--config/app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/app.php b/config/app.php
index 77b1e874..7ba3509e 100644
--- a/config/app.php
+++ b/config/app.php
@@ -37,6 +37,7 @@ return [
// Changes of request/response parameters
\Engelsystem\Middleware\SetLocale::class,
+ \Engelsystem\Middleware\AddHeaders::class,
// The application code
\Engelsystem\Middleware\ErrorHandler::class,