songxingwei 3 년 전
부모
커밋
bb9001f90e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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");