Fixes
This commit is contained in:
@@ -8,5 +8,6 @@ Route::prefix('PriceGenerics')->name('PriceGenerics.')->group(function () {
|
||||
Route::post('store', 'PriceGenericController@store')->name('store');
|
||||
Route::get('edit/{id}', 'PriceGenericController@edit')->name('edit');
|
||||
|
||||
Route::get('getPrice/{id?}', 'PriceGenericController@getPrice')->name('getPrice');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user