Commit a6230b50 by Qiang Xue

Merge pull request #5289 from hoksilato/patch-3

Update rest-versioning.md
parents d570d3ae d846d6fa
...@@ -69,9 +69,11 @@ return [ ...@@ -69,9 +69,11 @@ return [
'modules' => [ 'modules' => [
'v1' => [ 'v1' => [
'basePath' => '@app/modules/v1', 'basePath' => '@app/modules/v1',
'controllerNamespace' => 'app\modules\v1\controllers',
], ],
'v2' => [ 'v2' => [
'basePath' => '@app/modules/v2', 'basePath' => '@app/modules/v2',
'controllerNamespace' => 'app\modules\v2\controllers',
], ],
], ],
'components' => [ 'components' => [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment