MyMidas/frontend
megaproxy 0e3ae3b81a Fix demo status API call using wrong base URL
getDemoStatus was using the /api/v1 axios client, so it called
/api/v1/demo/status which 404s. The endpoint is at /demo/status with
no prefix. Switch to plain axios so useDemoMode() returns true correctly
and all demo guards (2FA, password, backups) actually work.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-23 23:34:33 +00:00
..
src Fix demo status API call using wrong base URL 2026-04-23 23:34:33 +00:00
Dockerfile Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
eslint.config.js Add recurring transaction detection, subscriptions page, and UK tax reporting 2026-04-23 21:40:02 +00:00
index.html Rebrand to MyMidas 2026-04-21 12:11:52 +00:00
nginx.conf Add AI receipt scanning with OCR pipeline and debug toggle 2026-04-22 22:07:38 +00:00
package-lock.json Add Test Connection button to AI settings with plain-English error messages 2026-04-22 19:28:20 +00:00
package.json Add recurring transaction detection, subscriptions page, and UK tax reporting 2026-04-23 21:40:02 +00:00
postcss.config.js Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
tailwind.config.ts Add recurring transaction detection, subscriptions page, and UK tax reporting 2026-04-23 21:40:02 +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