feat(uti): Add structured menu for stats
[csit.git] / resources / tools / dash / app / wsgi.py
index 316901c..ab18bbf 100644 (file)
@@ -17,4 +17,5 @@ from pal import app
 
 if __name__ == "__main__":
     # Main entry point.
+    app.debug = True
     app.run(host="0.0.0.0")