Browse Source

员工端

afa 5 months ago
parent
commit
5398706b25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      route/route.php

+ 1 - 1
route/route.php

@@ -11,4 +11,4 @@ Route::group('/user/api', function () {
       Route::post('userinfo', 'User@userinfo');
       
       //->controller('api/Index','hello');
-})->namespace('app\api\controller');
+})->namespace('app\api\controller')->middleware('app\api\middleware');