Your Name 4 년 전
부모
커밋
e08eed1e71
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      step_question/apis/main.py

+ 1 - 1
step_question/apis/main.py

@@ -46,7 +46,7 @@ async def submit(request: Request):
 #    lines=fr.read()
 #    fr.close()
 #    response = RedirectResponse(url='/a1/index_complete.html')
-    lines='<html><body><script>    window.location.href = "/a1/index_complete.html"; </script>'
+    lines='<html><body><script>    window.location.href = "/a1/index_complete.html"; </script></body></html>'
     return HTMLResponse(content=lines, status_code=200)
 
 #    return result