From e9d2361a2a677c00a94320f2d202b30f1f410fcfc50097704e700ccda40531ee Mon Sep 17 00:00:00 2001 From: n Date: Sat, 15 Feb 2025 18:40:25 -0600 Subject: [PATCH] easier development --- src/toastbin/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toastbin/app.py b/src/toastbin/app.py index 171f426..4f4f4d4 100644 --- a/src/toastbin/app.py +++ b/src/toastbin/app.py @@ -22,4 +22,4 @@ def login(): def register(): return render_template('register.j2', instance=instance) -app.run(debug=True) +app.run(debug=True, host="0.0.0.0")