This commit is contained in:
n 2025-07-09 05:57:27 +00:00
parent 366f5f5257
commit 071b472221

View File

@ -15,7 +15,7 @@ client_id = os.environ['MONZO_CLIENT_ID']
client_secret = os.environ['MONZO_CLIENT_SECRET']
callback_uri = os.environ['MONZO_CALLBACK_URI']
app = FastAPI('/monzo')
app = FastAPI(root_path='/monzo')
@app.get('/')
def read_root(): return {'version': 'v0.0.9'}