fix devops error
This commit is contained in:
@@ -7,9 +7,7 @@ Route::prefix('PriceLists')->name('PriceLists.')->group(function () {
|
||||
Route::post('store', 'PriceListController@store')->name('store');
|
||||
Route::delete('destroy/{id?}', 'PriceListController@destroy')->name('destroy');
|
||||
Route::get('getPrices/{id?}', 'PriceListController@getPrice')->name('getPrices');
|
||||
|
||||
Route::get('modalCreate/{tariff_id?}', 'PriceListController@modalCreate')->name('modalCreate');
|
||||
Route::get('modalEdit/{id?}', 'PriceListController@modalEdit')->name('modalEdit');
|
||||
Route::post('storeAjax', 'PriceListController@storeAjax')->name('storeAjax');
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user