|
@@ -141,7 +141,9 @@ async def submit(request: Request):
|
|
|
x = threading.Thread(target=hhh_send_mail, args=(email,))
|
|
|
x.start()
|
|
|
|
|
|
- return RedirectResponse(url="/a1/index_complete_msg.html", status_code=HTTP_302_FOUND)
|
|
|
+# return RedirectResponse(url="/a1/index_complete_msg.html", status_code=HTTP_302_FOUND)
|
|
|
+ return RedirectResponse(url="https://v.hhh.com.tw", status_code=HTTP_302_FOUND)
|
|
|
+
|
|
|
# return result
|
|
|
|
|
|
|