|
@@ -166,6 +166,7 @@ Route::group(['prefix'=>'demand'],function(){
|
|
|
Route::post('finish','DemandController@finishApi')->name('demand.finishApi');
|
|
Route::post('finish','DemandController@finishApi')->name('demand.finishApi');
|
|
|
Route::post('claim','DemandController@claimApi')->name('demand.claimApi');
|
|
Route::post('claim','DemandController@claimApi')->name('demand.claimApi');
|
|
|
Route::group(['prefix'=>'process'],function (){
|
|
Route::group(['prefix'=>'process'],function (){
|
|
|
- Route::post('store','DemandController@storeApi')->name('demand.process.storeApi');
|
|
|
|
|
|
|
+ Route::post('store','DemandProcessController@storeApi')->name('demand.process.storeApi');
|
|
|
|
|
+ Route::delete('destroy','DemandProcessController@destroyApi')->name('demand.process.destroyApi');
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|