feat: 附件(软件/手册下载)
This commit is contained in:
@@ -34,6 +34,11 @@ Route::group('article', function() {
|
||||
Route::post('comment', 'Article/comment');
|
||||
});
|
||||
|
||||
// 附件下载
|
||||
Route::group('attachment', function() {
|
||||
Route::get('index', 'Attachment/index');
|
||||
});
|
||||
|
||||
// 问答中心
|
||||
Route::group('faq', function() {
|
||||
// 问答列表页
|
||||
|
||||
Reference in New Issue
Block a user