|
@@ -28,7 +28,7 @@ def get_db():
|
|
|
|
|
|
|
|
|
|
|
|
-@app.post("/step_questions/submit", response_class=HTMLResponse)
|
|
|
+@app.post("/step_questions/submit", response_class=RedirectResponse)
|
|
|
async def submit(request: Request):
|
|
|
form_data = await request.form()
|
|
|
# form_data = request.form()
|