Your Name 3 năm trước cách đây
mục cha
commit
4a9bac0f8e
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      step_question/apis/main.py

+ 2 - 1
step_question/apis/main.py

@@ -51,7 +51,8 @@ async def submit(request: Request):
     lines="""<html><body>
     <script>  window.location.replace("/a1/index_complete.html?par={0}");   </script>
     </body></html>"""
-    return HTMLResponse(content=lines.format(str(random.randint(100000,999999))), status_code=200)
+    return RedirectResponse(url='/a1/index_complete.html')
+#    return HTMLResponse(content=lines.format(str(random.randint(100000,999999))), status_code=200)
 
 #    return result