summaryrefslogtreecommitdiff
path: root/src/web_api_uwsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/web_api_uwsgi.py')
-rwxr-xr-xsrc/web_api_uwsgi.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/web_api_uwsgi.py b/src/web_api_uwsgi.py
deleted file mode 100755
index e46f518..0000000
--- a/src/web_api_uwsgi.py
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env python3
-from home.web_api import get_app
-
-app = get_app()
-
-
-if __name__ == '__main__':
- app.run()