durong 5 anos atrás
pai
commit
55529db427
1 arquivos alterados com 7 adições e 7 exclusões
  1. 7 7
      routes/api.php

+ 7 - 7
routes/api.php

@@ -96,14 +96,14 @@ $api->version('v1', [
         //关注feed流
         $api->get('feed', 'FeedController@index');
 
-
+        //优秀居民信息获取
+        $api->get('excellentResidents', 'BeanDetailController@excellentResidents');
+        //排行榜
+        $api->get('rankingList', 'BeanDetailController@rankingList');
+        //星球首页
+        $api->get('starHome', 'BeanDetailController@starHome');
     });
-    //优秀居民信息获取
-    $api->get('excellentResidents', 'BeanDetailController@excellentResidents');
-    //排行榜
-    $api->get('rankingList', 'BeanDetailController@rankingList');
-    //星球首页
-    $api->get('starHome', 'BeanDetailController@starHome');
+
     //分享/邀请首页
     $api->get('starDetail', 'BeanDetailController@starDetail');