Working on event related models and methods.

This commit is contained in:
Scott Idem
2021-06-01 16:09:10 -04:00
parent 734734c9dc
commit 499e08919d
8 changed files with 444 additions and 69 deletions

View File

@@ -211,8 +211,6 @@ async def get_event_obj_li(
return mk_resp(data=False, status_code=404)
@router.get('/{obj_id}', response_model=Resp_Body_Base)
async def get_event_obj(
obj_id: str = Query(..., min_length=1, max_length=22),