- Delete function

- Set default get active list
This commit is contained in:
weiken.intex
2021-08-03 23:58:59 +08:00
parent 66a6f85eaa
commit 21944d9f3b
23 changed files with 500 additions and 15628 deletions
+7
View File
@@ -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