Skip to content

Commit

Permalink
Fix annotation-paths for yii-swagger in params.php (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: nkondrashov <[email protected]>
  • Loading branch information
nkondrashov and nkondrashov authored Feb 14, 2024
1 parent 4c1a69b commit b7d1154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/params.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
],
'yiisoft/yii-swagger' => [
'annotation-paths' => [
dirname(__DIR__) . '/src/Controller',
dirname(__DIR__) . '/src/Middleware',
dirname(__DIR__) . '/src/Debug/Controller',
dirname(__DIR__) . '/src/Debug/Middleware',
],
],
];

0 comments on commit b7d1154

Please sign in to comment.