Commit fba614ea authored by shajiaiming's avatar shajiaiming

auth

parent 9215d4a8
...@@ -32,8 +32,16 @@ return [ ...@@ -32,8 +32,16 @@ return [
],[ ],[
'class' => 'wallet\controllers\OssController', 'class' => 'wallet\controllers\OssController',
'actions' => [] 'actions' => []
],[
'class' => 'wallet\controllers\CoinCurrencyController',
'actions' => []
],[
'class' => 'wallet\controllers\BannerController',
'actions' => []
],[
'class' => 'wallet\controllers\NoticeController',
'actions' => []
] ]
], ],
'auth_common' => [ 'auth_common' => [
[ [
......
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