Commit 5e30669e authored by shajiaiming's avatar shajiaiming

add auth

parent 60e65e2e
...@@ -17,6 +17,21 @@ return [ ...@@ -17,6 +17,21 @@ return [
],[ ],[
'class' => 'wallet\controllers\MonitorController', 'class' => 'wallet\controllers\MonitorController',
'actions' => [] 'actions' => []
],[
'class' => 'wallet\controllers\IssueChainController',
'actions' => []
],[
'class' => 'wallet\controllers\IssueCoinController',
'actions' => []
],[
'class' => 'wallet\controllers\ExploreAppController',
'actions' => []
],[
'class' => 'wallet\controllers\ExploreBannerController',
'actions' => []
],[
'class' => 'wallet\controllers\OssController',
'actions' => []
] ]
], ],
......
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