MyMidas/frontend
megaproxy eaea2c6ce9 Fix doubled /api/v1/api/v1 URL prefix in reports, budgets, investments
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>
2026-04-21 15:40:04 +00:00
..
src Fix doubled /api/v1/api/v1 URL prefix in reports, budgets, investments 2026-04-21 15:40:04 +00:00
Dockerfile Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
index.html Rebrand to MyMidas 2026-04-21 12:11:52 +00:00
nginx.conf Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
package.json Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
postcss.config.js Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
tailwind.config.ts Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
tsconfig.json Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
tsconfig.node.json Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
vite.config.ts Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00