fix dictations_viewer 404 by using url_for for API path; add pymongo dep; bind to localhost

This commit is contained in:
Connor Rhodes 2026-04-23 19:10:27 -05:00
parent dea4a1aec6
commit f09f80c9a8
4 changed files with 446 additions and 2 deletions

View file

@ -5,4 +5,5 @@ requires-python = ">=3.11"
dependencies = [
"flask>=3.0",
"gunicorn>=23.0",
"pymongo>=4.0",
]