|
@@ -75,9 +75,8 @@ $api->version('v1', [
|
|
|
$api->group(['middleware' => 'chxq_sign'], function ($api) {
|
|
|
//星球新闻列表
|
|
|
$api->get('/starNews/lists', 'StarNewsController@index');
|
|
|
- //平台内容列表
|
|
|
- $api->get('/platformContent/lists', 'PlatformContentController@index');
|
|
|
});
|
|
|
-
|
|
|
+ //平台内容列表
|
|
|
+ $api->get('/platformContent/lists', 'PlatformContentController@index');
|
|
|
});
|
|
|
});
|