No description
Find a file
Your Name d01f1411c5 fix: make the most recently saved route win on path conflicts
The matcher loop kept the last match instead of the first. Since
routes[verb] is ordered by updated_at DESC, that meant the OLDEST
route won when two routes matched the same path. Break on first
match so the most recently saved route wins.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-02 22:28:19 -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 chore: cleanup of code 2026-08-02 22:14:02 -04:00
index.js fix: make the most recently saved route win on path conflicts 2026-08-02 22:28:19 -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