wzq 5 年 前
コミット
aef1a288b5
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      routes/api.php

+ 1 - 1
routes/api.php

@@ -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');
         //关注话题