bump
This commit is contained in:
parent
366f5f5257
commit
071b472221
@ -15,7 +15,7 @@ client_id = os.environ['MONZO_CLIENT_ID']
|
|||||||
client_secret = os.environ['MONZO_CLIENT_SECRET']
|
client_secret = os.environ['MONZO_CLIENT_SECRET']
|
||||||
callback_uri = os.environ['MONZO_CALLBACK_URI']
|
callback_uri = os.environ['MONZO_CALLBACK_URI']
|
||||||
|
|
||||||
app = FastAPI('/monzo')
|
app = FastAPI(root_path='/monzo')
|
||||||
|
|
||||||
@app.get('/')
|
@app.get('/')
|
||||||
def read_root(): return {'version': 'v0.0.9'}
|
def read_root(): return {'version': 'v0.0.9'}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user