No description
Find a file
Your Name 386e65fa88 refactor: use model.getRoute in the catch-all instead of raw SQL
The app.all("*") dispatcher hand-rolled a SELECT * FROM routes while
every other read goes through the model layer. Use model.getRoute for
consistency; the handler only reads structure_id/id/verb/handler, all
of which it returns.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-02 22:32:30 -04:00
migrations feat: add file lib to routes, abstract out file upload functionality 2025-02-01 01:14:32 -05:00
public chore: add ws htmx ext to vc 2025-02-12 00:41:58 +09:00
views feat: wip previews for non-get routes 2025-01-21 02:38:24 -05:00
.gitignore chore: various gitignore fixes 2025-01-12 12:13:59 -05:00
CLAUDE.md chore: cleanup of code 2026-08-02 22:14:02 -04:00
db.js refactor: collapse five identical update builders into one update() 2026-08-02 22:31:15 -04:00
index.js refactor: use model.getRoute in the catch-all instead of raw SQL 2026-08-02 22:32:30 -04:00
out.mp3 feat: add route helper to handler context 2025-02-12 00:46:39 +09:00
package-lock.json feat: add web push 2025-01-12 12:07:08 -05:00
package.json feat: add web push 2025-01-12 12:07:08 -05:00