You've already forked lubo_comment_query
关联关系修正,拆分评论内容,默认进入至节目查询
This commit is contained in:
@ -13,7 +13,8 @@ use Illuminate\Support\Facades\Route;
|
||||
|
|
||||
*/
|
||||
// 对外列表
|
||||
Route::get('/', ["\\App\\Http\\Controllers\\CommentQueryController","index"]);
|
||||
Route::redirect('/', '/programs');
|
||||
Route::get('/comments', ["\\App\\Http\\Controllers\\CommentQueryController","index"]);
|
||||
Route::get('/programs', ["\\App\\Http\\Controllers\\ProgramQueryController","index"]);
|
||||
Route::get('/programs/{program}/video', ["\\App\\Http\\Controllers\\ProgramQueryController","videos"]);
|
||||
Route::get('/danmakus', ["\\App\\Http\\Controllers\\DanmakuQueryController","index"]);
|
||||
|
Reference in New Issue
Block a user