Commit 1dd0ae1e authored by 郭勇志's avatar 郭勇志

login加options

parent 9599ac1c
...@@ -23,7 +23,7 @@ return [ ...@@ -23,7 +23,7 @@ return [
'extraPatterns'=>[ 'extraPatterns'=>[
'GET,OPTIONS test'=>'test', 'GET,OPTIONS test'=>'test',
'GET swagger'=>'swagger', 'GET swagger'=>'swagger',
'POST login'=>'login', 'POST,OPTIONS login'=>'login',
'GET,OPTIONS department'=>'department', 'GET,OPTIONS department'=>'department',
'GET,OPTIONS user-complain'=>'user-complain', 'GET,OPTIONS user-complain'=>'user-complain',
'GET,OPTIONS employee-info' => 'employee-info', 'GET,OPTIONS employee-info' => 'employee-info',
......
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