Spaces:
Running
Running
| from fastapi import APIRouter | |
| router = APIRouter() | |
| async def get_xr_key(): | |
| return {"key": "mock_key"} | |
| async def get_all_config(): | |
| return {} | |
| from fastapi import APIRouter | |
| router = APIRouter() | |
| async def get_xr_key(): | |
| return {"key": "mock_key"} | |
| async def get_all_config(): | |
| return {} | |