Update backend/endpoints/user.py

Co-authored-by: Georges-Antoine Assi <3247106+gantoine@users.noreply.github.com>
This commit is contained in:
Zurdi
2025-05-14 20:16:55 +02:00
committed by GitHub
parent 2ad5bbb447
commit d838ada4ef

View File

@@ -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: