durong hace 5 años
padre
commit
97f81a87ec
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      routes/api.php

+ 2 - 1
routes/api.php

@@ -101,10 +101,11 @@ $api->version('v1', [
         //优秀居民信息获取
         $api->get('excellentResidents', 'BeanDetailController@excellentResidents');
         //排行榜
+        $api->get('rankingList', 'BeanDetailController@rankingList');
         //后院首页
         $api->get('starHome', 'BeanDetailController@starHome');
     });
-    $api->get('rankingList', 'BeanDetailController@rankingList');
+
 
     //分享/邀请首页
     $api->get('starDetail', 'BeanDetailController@starDetail');