songxingwei 3 năm trước cách đây
mục cha
commit
bb9001f90e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      route/app.php

+ 1 - 1
route/app.php

@@ -16,10 +16,10 @@
 
 use think\facade\Route;
 
+echo 222;die;
 // route/app.php
 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");