mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-31 02:04:08 +00:00
- Delete function
- Set default get active list
This commit is contained in:
@@ -315,6 +315,13 @@ Route::group(['namespace' => 'User', 'prefix' => 'user-backsys/api'], function (
|
||||
'middleware' => ['permission:add contract']
|
||||
]
|
||||
);
|
||||
Route::delete('delete/{hash_id}',
|
||||
[
|
||||
'as' => 'api.contract.delete',
|
||||
'uses' => 'ContractController@delete',
|
||||
'middleware' => ['permission:delete contract']
|
||||
]
|
||||
);
|
||||
});
|
||||
|
||||
// Contract Entity
|
||||
|
||||
Reference in New Issue
Block a user