Fixed PathVersionMiddleware not being properly propagated

This commit is contained in:
Alejandro Celaya
2018-03-26 17:53:22 +02:00
parent ee2233c6dd
commit 4d0fc1da07
4 changed files with 34 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ return [
'priority' => 11,
],
'pre-routing-rest' => [
'path' => '/rest',
// 'path' => '/rest',
'middleware' => [
PathVersionMiddleware::class,
],