No description
All archive components were calling fetch('/api/...') directly. Replaced
all occurrences of /api/ URLs (string literals, template literals,
window.open, src attributes) with /kitchen/api/ across 37 source files.
The central axios instance in api.ts was already correct.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
||
|---|---|---|
| backend | ||
| docs/archive | ||
| frontend | ||
| .env.example | ||
| .gitignore | ||
| _copy_from_archive.sh | ||
| docker-compose.yml | ||
| migrate-from-production.sh | ||