Add new version in repository
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
Route::prefix('Articles')->name('Articles.')->group(function () {
|
||||
Route::get('', 'ArticleController@index')->name('index');
|
||||
Route::get('bySection/{id}', 'ArticleController@bySection')->name('index');
|
||||
Route::get('show/{id}', 'ArticleController@show')->name('show');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user