first commit
This commit is contained in:
10
app/wsgi.py
Normal file
10
app/wsgi.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
app/wsgi.py
|
||||
|
||||
Gunicorn entrypoint for SneakyScope.
|
||||
"""
|
||||
|
||||
from . import create_app
|
||||
|
||||
# Gunicorn will look for "app"
|
||||
app = create_app()
|
||||
Reference in New Issue
Block a user