diff --git a/wsgi.py b/wsgi.py new file mode 100644 index 0000000000000000000000000000000000000000..662f2a0b8ba90a69cacf8d9a7f1c454a91d681f1 --- /dev/null +++ b/wsgi.py @@ -0,0 +1,6 @@ +""" +WSGI config for the ES Subset Generator API Server. +""" +from app import create_app + +FLASK_APP = create_app()