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");