mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 19:23:31 +00:00
d9d7c4e5ff
- Replaced http.FileServer with custom file serving to avoid automatic directory redirects - Manually serve index.html for root path requests - Custom routing bypasses ServeMux for frontend files to prevent redirect behavior - This fixes reverse proxy and Cloudflare tunnel compatibility issues