diff --git a/app.py b/app.py index 0241bab..6cdd183 100644 --- a/app.py +++ b/app.py @@ -40,4 +40,4 @@ def search_todo(): if __name__ == "__main__": - app.run(debug=True) \ No newline at end of file + app.run(debug=True, host='0.0.0.0') \ No newline at end of file