DONE: add flexible json update saham, yuran, and pelaburan ui
This commit is contained in:
@@ -113,6 +113,7 @@ Route::prefix('v1')->group(function () { //Version 1 of my Rest API
|
||||
Route::get('', 'API\v1\Voter\GetController');
|
||||
Route::get('member-catalog', 'API\v1\Voter\AllMembersCatalogController');
|
||||
Route::post('sync-applicable', 'API\v1\Voter\SyncApplicableVotersController');
|
||||
Route::post('import-keanggotaan-json', 'API\v1\Voter\ImportKeanggotaanJsonController');
|
||||
Route::post('{id}/verify-fizikal-registration', 'API\v1\Voter\VerifyFizikalRegistrationController');
|
||||
Route::delete('{id}', 'API\v1\Voter\DeleteController');
|
||||
Route::put('{id}', 'API\v1\Voter\UpdateController');
|
||||
|
||||
Reference in New Issue
Block a user