Commit 2a84691f authored by 孙磊's avatar 孙磊

url

Signed-off-by: 孙磊's avatarsunlei <sunlei@romens.cn>
parent 0f1964df
...@@ -276,9 +276,11 @@ return [ ...@@ -276,9 +276,11 @@ return [
], ],
'extraPatterns'=>[ 'extraPatterns'=>[
'GET,OPTIONS authority-role-list' => 'authority-role-list', 'GET,OPTIONS authority-role-list' => 'authority-role-list',
'POST,OPTIONS authority-role-detail'=>'authority-role-detail', 'GET,OPTIONS authority-role-detail'=>'authority-role-detail',
'POST,OPTIONS add-authority-role' => 'add-authority-role', 'POST,OPTIONS add-authority-role' => 'add-authority-role',
'PUT,OPTIONS revise-authority-role' => 'revise-authority-role', 'PUT,OPTIONS revise-authority-role' => 'revise-authority-role',
'GET,OPTIONS role-authorities' => 'role-authorities',
'GET,OPTIONS authority-nodes' => 'authority-nodes',
'POST,OPTIONS assign-authority-role' => 'assign-authority-role', 'POST,OPTIONS assign-authority-role' => 'assign-authority-role',
], ],
], ],
......
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