You've already forked lubo_comment_query
样式及详情等
This commit is contained in:
@ -15,6 +15,7 @@ use Illuminate\Support\Facades\Route;
|
||||
// 对外列表
|
||||
Route::get('/', ["\\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"]);
|
||||
Route::get('/danmakus/{bvid}', ["\\App\\Http\\Controllers\\DanmakuQueryController","specific_search"]);
|
||||
Route::get('/upload', ["\\App\\Http\\Controllers\\FileController","index"]);
|
||||
|
Reference in New Issue
Block a user