Still working on bug...

This commit is contained in:
Scott Idem
2023-06-13 12:42:44 -04:00
parent a4bfcdad16
commit 8036e5e328
2 changed files with 319 additions and 318 deletions

View File

@@ -8,7 +8,7 @@ from app.lib_general import log, logging, secure_hash_string, common_route_param
from app.config import settings
from app.db_sql import sql_insert, sql_update, sql_insert_or_update, sql_select, sql_delete, redis_lookup_id_random
from app.routers.api_crud import delete_obj_template, get_obj_template, get_obj_li_template, patch_obj_template, post_obj_template
# from app.routers.api_crud import delete_obj_template, get_obj_template, get_obj_li_template, patch_obj_template, post_obj_template
from app.methods.contact_methods import load_contact_obj, update_contact_obj
from app.methods.person_methods import create_update_person_obj_v4b, get_person_rec_list, load_person_obj