mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: roles init
This commit is contained in:
parent
a50fc67104
commit
aa0eda5682
5 changed files with 113 additions and 109 deletions
|
|
@ -52,7 +52,6 @@ async def api_create_user_without_org(
|
|||
request: Request,
|
||||
db_session: Session = Depends(get_db_session),
|
||||
user_object: UserCreate,
|
||||
org_id: int,
|
||||
) -> UserRead:
|
||||
"""
|
||||
Create User
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue