diff --git a/wsgi.py b/wsgi.py new file mode 100644 index 0000000..9600cb9 --- /dev/null +++ b/wsgi.py @@ -0,0 +1,3 @@ +from jail2ban import create_app + +app = create_app()