This commit is contained in:
2025-11-29 11:51:59 +03:00
parent 47fda23431
commit 2a96dfcabe
28 changed files with 103 additions and 242 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ router = Router(title="User Management")
@router.command(Command("create-user", description="Create a new user account"))
def handle_create_user(response):
def handle_create_user(response: Response):
print("Creating new user...")