restart
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
Route::prefix('Categories')->name('Categories.')->group(function () {
|
||||
Route::prefix('Rayons')->name('Categories.')->group(function () {
|
||||
Route::get('', 'CategoryController@index')->name('index');
|
||||
Route::any('show/{id}', 'CategoryController@show')->name('show');
|
||||
Route::get('getTree', 'CategoryController@getTree')->name('getTree');
|
||||
|
||||
Reference in New Issue
Block a user