Diff of /wsgi.py [000000] .. [5bd30d]

Switch to side-by-side view

--- a
+++ b/wsgi.py
@@ -0,0 +1,6 @@
+from DigiPathAI.main_server import app
+
+if __name__ == "__main__":
+    app.config['SLIDE_DIR'] = 'examples'
+    app.viewer_only = True
+    app.run()