mirror of
https://github.com/wahyd4/hey-search.git
synced 2026-08-09 05:06:23 +10:00
- Vite dev server: proxy /search to backend with path rewrite to /api/search - FastAPI: add GET+POST /search route that 307-redirects to /api/search (307 preserves the original HTTP method, so POST stays POST) - Fixes 404 for clients calling /search instead of /api/search Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>