We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad482b commit e43214dCopy full SHA for e43214d
dash-fastapi-frontend/wsgi.py
@@ -0,0 +1,8 @@
1
+from waitress import serve
2
+from app import app
3
+
4
+serve(
5
+ app.server,
6
+ host='0.0.0.0',
7
+ port=8088
8
+)
0 commit comments