songxingwei 3 years ago
parent
commit
b37a45812d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      route/app.php

+ 2 - 0
route/app.php

@@ -21,3 +21,5 @@ Route::get('apidoc/config', "\\hg\\apidoc\\Controller@getConfig");
 Route::get('apidoc/data', "\\hg\\apidoc\\Controller@getList");
 Route::post('apidoc/auth', "\\hg\\apidoc\\Controller@verifyAuth");
 
+Route::get('aaa/login', "\\hg\\apidoc\\Controller@getList");
+