Working on membership, person, and user
This commit is contained in:
@@ -559,7 +559,7 @@ async def lookup_username(
|
||||
|
||||
|
||||
# ### BEGIN ### API User ### get_user_obj() ###
|
||||
# Working well as of 2021-06-11. Using as a template for other routes.
|
||||
# Working well as of 2021-06-25. Using as a template for other routes.
|
||||
@router.get('/{user_id}', response_model=Resp_Body_Base)
|
||||
async def get_user_obj(
|
||||
user_id: str = Query(..., min_length=1, max_length=22),
|
||||
|
||||
Reference in New Issue
Block a user