Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -964,4 +964,4 @@ async def tiers():
|
|
| 964 |
|
| 965 |
@app.get("/portal")
|
| 966 |
def a():
|
| 967 |
-
return RedirectResponse(url="https://billing.stripe.com/p/login/test_6oUcN5g665rp7nLgaq8bS00", status_code=status.HTTP_302_FOUND)
|
|
|
|
| 964 |
|
| 965 |
@app.get("/portal")
|
| 966 |
def a():
|
| 967 |
+
return RedirectResponse(url="https://billing.stripe.com/p/login/test_6oUcN5g665rp7nLgaq8bS00", status_code=status.HTTP_302_FOUND)
|