Updates for hosted file sections and general code clean up.

This commit is contained in:
Scott Idem
2021-09-07 14:58:04 -04:00
parent a625d33995
commit edd7beb4d7
5 changed files with 92 additions and 60 deletions

View File

@@ -168,7 +168,7 @@ async def get_event_presentation_obj(
return mk_resp(data=event_presentation_dict)
#return mk_resp(data=event_presentation_obj)
# ### END ### API Event ### get_event_presentation_obj() ###
# ### END ### API Event Presentation ### get_event_presentation_obj() ###
@router.delete('/{obj_id}', response_model=Resp_Body_Base)