mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-23 22:34:05 +00:00
contract template UI
This commit is contained in:
@@ -140,6 +140,12 @@ Route::group(['namespace' => 'User', 'prefix' => 'user-backsys/api'], function (
|
||||
'middleware' => ['permission:delete contract_template']
|
||||
]
|
||||
);
|
||||
Route::post('valid-check/{hash_id?}',
|
||||
[
|
||||
'as' => 'api.contract-template.valid-check',
|
||||
'uses' => 'ContractTemplateController@validCheck',
|
||||
]
|
||||
);
|
||||
});
|
||||
|
||||
// Contract Templete Obligation
|
||||
|
||||
Reference in New Issue
Block a user