Jul 17 - Fill the gaps between Single-tenant mode and Multi-tenant mode - MT7

This commit is contained in:
2026-07-17 12:54:07 -04:00
parent 8d9730e3df
commit c706489480
8 changed files with 178 additions and 16 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ def _save_report_photos(file_list):
under "Photo Evidence" on the web (rule 44 — never `result_photos`).
Writes go through `_save_photo`, which validates magic bytes and routes to
the active storage backend (MT-2).
the active storage backend (see app/utils/storage.py).
"""
from app.routes.inspections import _save_photo
saved = []