space 55332097a7 fix: correct route registration - use full paths in rjweb-server path.http() calls
rjweb-server path.http() second argument is the FULL path, not relative to prefix.
Changed all routes from server.path('/prefix', path => path.http(method, '/suffix', ...))
to server.path('/', path => path.http(method, '/prefix/suffix', ...)).

Also fixed:
- Duplicate createContext import in useAuth.ts
- notFound handler now excludes /webhook paths from SPA fallback

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-25 00:28:14 +02:00
2026-07-24 23:41:59 +02:00
S
Description
No description provided
Readme Apache-2.0 129 MiB
Languages
TypeScript 97.8%
HTML 1.1%
Dockerfile 0.7%
CSS 0.3%
JavaScript 0.1%