Both stores hardcoded /api/* paths without reading VITE_API_BASE, causing /api/session to hit the menagerie root (no /snipe prefix) and receive a 302 redirect to circuitforge.tech/login instead of a session response. Every other store already read VITE_API_BASE correctly. |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| assets | ||
| components | ||
| composables | ||
| router | ||
| stores | ||
| utils | ||
| views | ||
| App.vue | ||
| main.ts | ||
| test-setup.ts | ||