From c412bf2ee0a3fbf9032fc32a26837d4fbc7585c5 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sat, 27 Nov 2021 16:17:05 +0300 Subject: initial public --- src/web_api_uwsgi.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 src/web_api_uwsgi.py (limited to 'src/web_api_uwsgi.py') diff --git a/src/web_api_uwsgi.py b/src/web_api_uwsgi.py new file mode 100755 index 0000000..e46f518 --- /dev/null +++ b/src/web_api_uwsgi.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python3 +from home.web_api import get_app + +app = get_app() + + +if __name__ == '__main__': + app.run() -- cgit v1.2.3