Spaces:
Running
Running
| from fastapi import FastAPI | |
| from auth import require_auth | |
| app = FastAPI() | |
| def get_billing(): | |
| return {'billing': 'data'} | |
| from fastapi import FastAPI | |
| from auth import require_auth | |
| app = FastAPI() | |
| def get_billing(): | |
| return {'billing': 'data'} | |