Spaces:
Sleeping
Sleeping
| from fastapi import APIRouter | |
| router = APIRouter() | |
| async def status(): | |
| return { | |
| "status": "success", | |
| "message": "Auth blueprint active" | |
| } | |
| from fastapi import APIRouter | |
| router = APIRouter() | |
| async def status(): | |
| return { | |
| "status": "success", | |
| "message": "Auth blueprint active" | |
| } | |