[WIP] Refactor generic & normal price
This commit is contained in:
7
routes/Shop/Admin/PriceFamilyValues.php
Normal file
7
routes/Shop/Admin/PriceFamilyValues.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
Route::resource('PriceFamilyValues', 'PriceFamilyValueController');
|
||||
|
||||
Route::prefix('PriceFamilyValues')->name('PriceFamilyValues.')->group(function () {
|
||||
Route::post('getOptionsByFamily', 'PriceFamilyValueController@getOptionsByFamily')->name('getOptionsByFamily');
|
||||
});
|
||||
Reference in New Issue
Block a user