どのIPからも応答できるように

This commit is contained in:
suti7yk5032 2024-06-08 20:28:00 +09:00
parent 94d4e16cfd
commit 9b8d9dac2c

View file

@ -56,4 +56,4 @@ def verify():
return render_template("verify.html"), jsonify({'message': 'damedesu'}), 401 return render_template("verify.html"), jsonify({'message': 'damedesu'}), 401
if __name__ == '__main__': if __name__ == '__main__':
app.run() app.run(host="0.0.0.0", port=5000, debug=True)