paperclip/ui
dotta 21765f8118 Fix trigger delete: handle 204 No Content in API client
The DELETE /routine-triggers/:id endpoint returns 204 No Content, but
the API client unconditionally called res.json() on all responses,
causing a JSON parse error that surfaced as "API route not found".

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-19 17:31:27 -05:00
..
public
src Fix trigger delete: handle 204 No Content in API client 2026-03-19 17:31:27 -05:00
components.json
index.html Add worktree UI branding 2026-03-13 11:12:43 -05:00
package.json
tsconfig.json
vite.config.ts
vitest.config.ts