调整视频详情页
This commit is contained in:
@@ -15,7 +15,11 @@ Route::get('search', 'IndexController@search')->name('index.search');
|
||||
|
||||
Route::get('articles/{article}', 'ArticleController@show')->name('article.show');
|
||||
|
||||
Route::get('videos/{video}', 'VideoController@show')->name('video.show');
|
||||
|
||||
Route::get('category/{category}', 'CategoryController@index')->name('category.show');
|
||||
|
||||
|
||||
//以下为导入数据
|
||||
Route::get('test/set_article_category', 'TestController@set_article_category');
|
||||
Route::get('test/set_category', 'TestController@set_category');
|
||||
|
||||
Reference in New Issue
Block a user