|
@@ -29,7 +29,7 @@ $api->version('v1', [
|
|
|
$api->get('post/reply', 'PostController@replyList');
|
|
|
$api->get('topicCategory', 'CategoryController@index');
|
|
|
$api->get('topicCategory/getTopics', 'CategoryController@getTopics');
|
|
|
- $api->get('post/topic/detail', 'PostController@topicDetail');
|
|
|
+ $api->get('topic/detail', 'PostController@topicDetail');
|
|
|
//关注推荐话题
|
|
|
$api->post('memberFollowTopic', 'MemberFollowTopic@memberFollowTopic');
|
|
|
//关注话题
|