aboutsummaryrefslogtreecommitdiff
path: root/wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'wsgi.py')
-rw-r--r--wsgi.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/wsgi.py b/wsgi.py
deleted file mode 100644
index c44cb8a..0000000
--- a/wsgi.py
+++ /dev/null
@@ -1,7 +0,0 @@
-"""WSGI application entry-point."""
-from gn_auth import create_app
-
-app = create_app()
-
-if __name__ == "__main__":
- app.run()