lgy 3 weeks ago
parent
commit
2b4fae9bd4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jcjyhr/route/route.php

+ 1 - 1
jcjyhr/route/route.php

@@ -11,7 +11,7 @@ use think\facade\Route;
 // +----------------------------------------------------------------------
 
 Route::post('basic-api/getToken', 'app\zskk\controller\Api\getToken');
-Route::get('basic-api/test', 'app\zskk\controller\Api\test');
+Route::get('basic-api/test', 'zskk\api\test');
 return [
 
 ];