Now with the ability to log activities. Yay...

This commit is contained in:
Scott Idem
2024-10-23 01:53:25 -04:00
parent cc084a32cf
commit 07c0b569ca
4 changed files with 394 additions and 0 deletions

View File

@@ -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') {