The axios client already has baseURL="/api/v1" so API calls must use short paths (/reports/..., /budgets, /investments/...) not the full /api/v1/... prefix. This was causing all report, budget, and investment requests to 404. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| Dockerfile | ||
| index.html | ||
| nginx.conf | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||