Now with the ability to log activities. Yay...
This commit is contained in:
@@ -172,6 +172,8 @@ export let create_ae_obj_crud = async function create_ae_obj_crud(
|
||||
let endpoint = '';
|
||||
if (obj_type == 'account') {
|
||||
endpoint = `/crud/account`;
|
||||
} else if (obj_type == 'activity_log') {
|
||||
endpoint = `/crud/activity_log`;
|
||||
} else if (obj_type == 'address') {
|
||||
endpoint = `/crud/address`;
|
||||
} else if (obj_type == 'archive') {
|
||||
|
||||
Reference in New Issue
Block a user