mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-28 17:03:57 +00:00
invoice-backend
This commit is contained in:
+2
-2
@@ -165,8 +165,8 @@ Route::group(['middleware' => 'api', 'prefix' => 'v1', 'as' => 'api.'], function
|
||||
|
||||
// Update Freight Forwarder Settings
|
||||
Route::put('/{forwarderId}/update', 'UpdateFreightForwarderController@update')->name('update.freight.forwarder');
|
||||
Route::put('/update/customer-relation', 'UpdateCustomerRelationController@update')->name('update.customer.relation');
|
||||
Route::put('/update/services', 'UpdateServiceFeesController@update')->name('update.service.fees');
|
||||
Route::put('{companyId}/update/customer-relation', 'UpdateCustomerRelationController@update')->name('update.customer.relation');
|
||||
Route::put('{forwarderId}/update/services', 'UpdateServiceFeesController@update')->name('update.service.fees');
|
||||
Route::delete('/{serviceId}/delete/services', 'DeleteServiceFeesController@delete')->name('delete.service.fees');
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user