summaryrefslogtreecommitdiff
path: root/wsgi.py
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2022-07-24 16:05:13 +0200
committerMarius Peter <marius.peter@tutanota.com>2022-07-24 16:05:13 +0200
commit400a27ad965d49ff6a1df706010b212a78259d32 (patch)
tree492d96fdfcd883ea99be382e18c9c1b1fb27ed89 /wsgi.py
parent146d4625c1cb30f76f3e5d48dc4556d24f706ec7 (diff)
deploy and wsgi.
Diffstat (limited to 'wsgi.py')
-rw-r--r--wsgi.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/wsgi.py b/wsgi.py
new file mode 100644
index 0000000..49d360e
--- /dev/null
+++ b/wsgi.py
@@ -0,0 +1,5 @@
+# -*- mode: python; -*-
+
+from app import create_app
+
+app = create_app()
Copyright 2019--2024 Marius PETER