* serverurlhelper change

This commit is contained in:
Danyi Dávid
2018-01-18 21:09:37 +01:00
parent d67b145f56
commit 491e572228
4 changed files with 37 additions and 12 deletions

View File

@@ -17,6 +17,7 @@ use Zend\Stratigility\Middleware\ErrorHandler;
// all Exceptions.
$app->pipe(ErrorHandler::class);
$app->pipe(ServerUrlMiddleware::class);
$app->pipe(LosMiddleware\BasePath\BasePath::class);
// Pipe more middleware here that you want to execute on every request:
// - bootstrapping