Your Name 3 years ago
parent
commit
91244a6968
1 changed files with 1 additions and 1 deletions
  1. 1 1
      step_question/apis/main.py

+ 1 - 1
step_question/apis/main.py

@@ -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()