xielin 5 vuotta sitten
vanhempi
commit
7ec6a15add
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      routes/api.php

+ 1 - 1
routes/api.php

@@ -22,7 +22,7 @@ $api->version('v1', [
     $api->get('getPlayUrlByVideoId', 'AliYunVodController@getPlayUrlByVideoId');
     //获取所有行为
     $api->get('getAllBehavior', 'BehaviorController@getAllBehavior');
-    $api->get('getAllBehavior', 'AliYunVodController@test');
+    $api->get('test', 'AliYunVodController@test');
     //登录+验签
     $api->group(['middleware' => ['chxq_jwt_auth']], function ($api) {
         //发布内容