默认允许其他主机访问
@@ -70,4 +70,4 @@ if __name__ == "__main__":
import uvicorn
print(f"{' '*10}api: http://127.0.0.1:{port}/pass_nine{' '*10}")
print(f"{' '*10}api所需参数:gt、challenge、point(可选){' '*10}")
uvicorn.run(app,port=port)
uvicorn.run(app,host="0.0.0.0",port=port)
The note is not visible to the blocked user.