* serverurlhelper change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user