|
@@ -75,13 +75,13 @@ $api->version('v1', [
|
|
|
$api->get('rankingList', 'BeanDetailController@rankingList');
|
|
|
|
|
|
$api->get('starHome', 'BeanDetailController@starHome');
|
|
|
-
|
|
|
- $api->get('starDetail', 'BeanDetailController@starDetail');
|
|
|
|
|
|
|
|
|
$api->get('post/memberPostStatistics', 'PostController@memberPostStatistics');
|
|
|
|
|
|
$api->get('feed', 'FeedController@index');
|
|
|
});
|
|
|
+
|
|
|
+ $api->get('starDetail', 'BeanDetailController@starDetail');
|
|
|
|
|
|
});
|