songxingwei 3 年 前
コミット
1bbb8b2104
1 ファイル変更0 行追加1 行削除
  1. 0 1
      route/app.php

+ 0 - 1
route/app.php

@@ -16,7 +16,6 @@
 
 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");