Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1438,7 +1438,7 @@ async def tiers():
|
|
| 1438 |
|
| 1439 |
@app.get("/portal")
|
| 1440 |
@app.post("/portal")
|
| 1441 |
-
def
|
| 1442 |
email = None
|
| 1443 |
|
| 1444 |
if request.method == "POST":
|
|
|
|
| 1438 |
|
| 1439 |
@app.get("/portal")
|
| 1440 |
@app.post("/portal")
|
| 1441 |
+
async def redirect_to_protal(request: Request):
|
| 1442 |
email = None
|
| 1443 |
|
| 1444 |
if request.method == "POST":
|