kitchen/backend
jtricerolph 9ed700977b Fix NameError: add Query to fastapi imports in invoices.py
Query was used at lines 2121 and 2242 (token query-param auth on image preview
endpoints) but never imported, causing the backend to crash on startup.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-14 08:27:27 +00:00
..
api Fix NameError: add Query to fastapi imports in invoices.py 2026-07-14 08:27:27 +00:00
migrations Wire Azure OCR to central settings toggle; remove redundant Users section 2026-07-12 22:58:32 +00:00
models Wire Azure OCR to central settings toggle; remove redundant Users section 2026-07-12 22:58:32 +00:00
ocr Add .gitignore, remove __pycache__ from tracking 2026-07-12 12:16:04 +00:00
services Wire Azure OCR to central settings toggle; remove redundant Users section 2026-07-12 22:58:32 +00:00
auth.py Add get_current_user_from_token to auth.py; fix missing import in 3 api files 2026-07-12 12:34:01 +00:00
database.py Audit pass: cookie auth migration, route guards, GP% clamp, CSV export, OCR transaction safety, N+1 fix, and cleanup 2026-07-13 10:04:20 +00:00
Dockerfile Initial kitchen scaffold — Phase 1 kitchen port (build-verified 2026-07-11) 2026-07-12 12:15:39 +00:00
main.py Add 'use main stack settings' toggle for third-party integration credentials 2026-07-12 21:57:10 +00:00
requirements.txt Initial kitchen scaffold — Phase 1 kitchen port (build-verified 2026-07-11) 2026-07-12 12:15:39 +00:00
scheduler.py Initial kitchen scaffold — Phase 1 kitchen port (build-verified 2026-07-11) 2026-07-12 12:15:39 +00:00