durong hace 5 años
padre
commit
0ad2dcb4e6
Se han modificado 1 ficheros con 7 adiciones y 7 borrados
  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');