Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
ezsky authored and ez committed Apr 16, 2020
1 parent 87ce634 commit d93870d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ You set url, where locate json file OR set path for scan
...
'openapireader' => [
'class' => \bestyii\openapiReader\Module::class,
'path' => '@frontend/modules/api',
'defaultDoc'=>'api',
'path' => [
'api'=>'@app/modules/api',
'openwork'=>'@app/modules/openwork',
],
// disable page with your logic
'isDisable' => function () {
return false;
Expand Down

0 comments on commit d93870d

Please sign in to comment.