mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 04:13:58 +00:00
contract template obligation sequence update
This commit is contained in:
@@ -184,6 +184,13 @@ Route::group(['namespace' => 'User', 'prefix' => 'user-backsys/api'], function (
|
||||
'middleware' => ['permission:edit contract_template_obligation']
|
||||
]
|
||||
);
|
||||
Route::put('update-batch-sequence',
|
||||
[
|
||||
'as' => 'api.contract-template-obligation.update-batch-sequence',
|
||||
'uses' => 'ContractTemplateObligationController@updateBatchSequence',
|
||||
'middleware' => ['permission:edit contract_template_obligation']
|
||||
]
|
||||
);
|
||||
Route::delete('delete/{hash_id}',
|
||||
[
|
||||
'as' => 'api.contract-template-obligation.delete',
|
||||
|
||||
Reference in New Issue
Block a user