Server records on this day email assets from a public endpoint

This commit is contained in:
Claudio Ortolina
2026-03-05 10:50:35 +00:00
parent c1422956c0
commit 73a943bc63
3 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ All authenticated routes live inside a single `live_session` with three `on_moun
| `HealthController` | `/health` | Health check |
| `LastFmController` | `/auth/last_fm/callback` | Last.fm OAuth |
| `ArchiveController` | `/backup`, `/api/backup` | Database backup download (API route requires token) |
| `AssetController` | `/assets/:transform_payload`, `/api/assets/:transform_payload` | Serve images with transforms (API route requires token) |
| `AssetController` | `/assets/:transform_payload`, `/public/assets/:transform_payload`, `/api/assets/:transform_payload` | Serve images with transforms (public route for emails, API route requires token) |
| `CollectionController` | `/api/collection/*` | JSON API for collection queries |
---