You've already forked lubo_comment_query
直播日历
This commit is contained in:
@@ -19,6 +19,7 @@ Route::get('/comments', ["\\App\\Http\\Controllers\\CommentQueryController","ind
|
||||
Route::get('/video/{video}', ["\\App\\Http\\Controllers\\VideoQueryController","info"]);
|
||||
Route::get('/programs', ["\\App\\Http\\Controllers\\ProgramQueryController","index"]);
|
||||
Route::get('/programs/{program}/video', ["\\App\\Http\\Controllers\\ProgramQueryController","videos"]);
|
||||
Route::get('/calendar', ["\\App\\Http\\Controllers\\CalendarController","index"]);
|
||||
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