Files
stack/apps/backend
Bilal Godil 25aa3867b1 fix(email-themes): validate DELETE theme id as UUID
The DELETE route accepted params.id as any string, but the downstream
CUD delete handler validates it against a UUID schema. A malformed id
therefore failed inside the handler as a HexclaveAssertionError (500)
instead of a request-validation error. Constraining params.id to a UUID
keeps invalid input on the 400 path.
2026-07-02 15:32:49 -07:00
..
2024-06-18 15:49:31 +02:00
2026-07-02 17:12:34 +00:00
2026-02-27 09:59:26 -08:00
2026-02-05 12:04:31 -08:00
2025-10-20 15:24:47 -07:00