We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97694b8 commit ef6772eCopy full SHA for ef6772e
routes/admin.php
@@ -89,11 +89,5 @@
89
]
90
);
91
92
- Route::get('article/index', ['as'=>'admin.article.index', 'uses' => 'ArticleController@index']);//文章管理
93
-
94
- Route::get('student/index', ['as'=>'admin.student.index', 'uses' => 'StudentController@index']);//文章管理
95
96
- Route::get('sc/index', ['as'=>'admin.sc.index', 'uses' => 'ScController@index']);//文章管理
97
98
});
99
0 commit comments