Files
stack/apps
Bilal Godil 055df23ffb fix(email-themes): add missing DELETE route so themes can be deleted
The dashboard's deleteEmailTheme() sends DELETE /internal/email-themes/{id},
but the [id] route only exported GET and PATCH, so Next.js returned 405 and
the UI showed 'Theme not deleted'. Wire up a DELETE handler that reuses the
existing CUD onDelete logic (including the active-theme guard).
2026-07-02 11:47:39 -07:00
..
2026-07-01 18:33:02 +00:00
2026-07-01 18:33:02 +00:00