summaryrefslogtreecommitdiff
path: root/wsgi.py
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2022-07-24 16:02:08 +0200
committerMarius Peter <marius.peter@tutanota.com>2022-07-24 16:02:08 +0200
commit008b1b496070d9549707d7dd8c28175692eacf10 (patch)
treeaf724a62c92ce34156f4339afbfad2115c1556cb /wsgi.py
parent6c45fccc53ed5344461672c412935129c8179863 (diff)
Deploying 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