contract template obligation modal UI

This commit is contained in:
glovetleong
2021-07-10 16:27:24 +08:00
parent 85a042b18a
commit 18e4e8c669
23 changed files with 1283 additions and 29 deletions
+6
View File
@@ -62,6 +62,12 @@ Route::group(['namespace' => 'User', 'prefix' => 'user-backsys/api'], function (
'middleware' => ['permission:delete entity']
]
);
Route::post('valid-check/{hash_id?}',
[
'as' => 'api.entity.valid-check',
'uses' => 'EntityController@validCheck',
]
);
});
// Entity Signature