mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
On self-hosted deployments where the frontend is the public entrypoint, uploaded files return 404 because /uploads/* requests aren't proxied to the backend. Add a rewrite rule following the existing pattern for /api/*, /ws, and /auth/*. Closes #1004