diff --git a/dislocker_auth.py b/dislocker_auth.py index 0f28ec4..ac27723 100644 --- a/dislocker_auth.py +++ b/dislocker_auth.py @@ -56,4 +56,4 @@ def verify(): return render_template("verify.html"), jsonify({'message': 'damedesu'}), 401 if __name__ == '__main__': - app.run() \ No newline at end of file + app.run(host="0.0.0.0", port=5000, debug=True) \ No newline at end of file