mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 23:42:07 +01:00
Update backend/endpoints/user.py
Co-authored-by: Georges-Antoine Assi <3247106+gantoine@users.noreply.github.com>
This commit is contained in:
@@ -88,7 +88,7 @@ def add_user(
|
||||
[],
|
||||
status_code=status.HTTP_201_CREATED,
|
||||
)
|
||||
def invite_link(request: Request, role: str) -> InviteLinkSchema:
|
||||
def create_invite_link(request: Request, role: str) -> InviteLinkSchema:
|
||||
"""Create an invite link for a user.
|
||||
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user