sharktide commited on
Commit
fa385b3
·
verified ·
1 Parent(s): 6069f1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -961,3 +961,6 @@ async def tiers():
961
  }
962
  ]
963
  )
 
 
 
 
961
  }
962
  ]
963
  )
964
+
965
+ @app.get("/portal")
966
+ return RedirectResponse(url="https://billing.stripe.com/p/login/test_6oUcN5g665rp7nLgaq8bS00", status_code=status.HTTP_302_FOUND))