Removed PathVersionMiddleware as routes without version are not longer supported

This commit is contained in:
Alejandro Celaya
2019-12-31 16:26:00 +01:00
parent f99ca464de
commit 339121fbb1
6 changed files with 8 additions and 96 deletions

View File

@@ -30,12 +30,6 @@ return [
Common\Middleware\CloseDbConnectionMiddleware::class,
],
],
'pre-routing-rest' => [
'path' => '/rest',
'middleware' => [
Rest\Middleware\PathVersionMiddleware::class,
],
],
'routing' => [
'middleware' => [