Spaces:
Runtime error
Runtime error
| from fastapi import APIRouter | |
| router = APIRouter(tags=["User"]) | |
| async def get_data_roles(): | |
| pass | |
| async def register_user(): | |
| pass | |
| async def forget_password(): | |
| pass | |
| async def change_password(): | |
| pass |