Work on event launcher and related

This commit is contained in:
Scott Idem
2021-10-21 01:08:07 -04:00
parent 53c6c6b51c
commit bde6ec1a2b
6 changed files with 248 additions and 12 deletions

View File

@@ -538,7 +538,7 @@ async def get_event_session_obj(
# ### END ### API Event Session ### get_event_session_obj() ###
# ### BEGIN ### API Event Session Methods ### get_event_event_session_obj_li() ###
# ### BEGIN ### API Event Session ### get_event_event_session_obj_li() ###
# Updated 2021-08-26
@router.get('/event/{event_id}/session/list', response_model=Resp_Body_Base)
async def get_event_event_session_obj_li(
@@ -609,7 +609,7 @@ async def get_event_event_session_obj_li(
return mk_resp(data=False, status_code=400, response=response) # Bad Request
return mk_resp(data=response_data, response=response)
# ### END ### API Event Session Methods ### get_event_event_session_obj_li() ###
# ### END ### API Event Session ### get_event_event_session_obj_li() ###
# ### BEGIN ### API Event Session ### search_event_session_obj_li() ###