Files
pr-preview/backend
luna 16fea6b952 fix(v2): use rjweb-server {param} syntax for URL path parameters
rjweb-server 9.x uses {param} not :param for dynamic route segments.
All parametric routes (/webhook/{userId}, /api/previews/{id}, etc.)
were returning 404 because the server never matched them.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-25 08:49:11 +00:00
..