fix: Caddyfile.dev routes /api/* via handle directive (not handle_path)
handle_path was inadvertently stripping /api prefix, but Express
mounts routes at /api/* so the full path must be forwarded.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>