refactor: 附件
This commit is contained in:
@@ -36,7 +36,10 @@ Route::group('article', function() {
|
||||
|
||||
// 附件下载
|
||||
Route::group('attachment', function() {
|
||||
// 软件驱动/手册
|
||||
Route::get('index', 'Attachment/index');
|
||||
// 视频
|
||||
Route::get('video', 'Attachment/video');
|
||||
});
|
||||
|
||||
// 问答中心
|
||||
|
||||
Reference in New Issue
Block a user