mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 04:13:58 +00:00
-Delete Modal Action (Unity)
This commit is contained in:
@@ -309,6 +309,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 generate
|
||||
|
||||
Reference in New Issue
Block a user