refactor(api): unify /api contract across frontend, nginx, and backend #18
Owner
- frontend: lock API root to relative /api and add Vite dev proxy (/api -> localhost:3001)
- nginx: remove /api rewrite, forward canonical /api/* path as-is to backend
- backend: serve routes only under /api namespace, remove duplicate root mounts
- tests/docs/env: update API paths, remove VITE_API_BASE_URL build/env usage
- version bump (minor): frontend 0.3.0, backend 1.2.0
- frontend: lock API root to relative /api and add Vite dev proxy (/api -> localhost:3001)
- nginx: remove /api rewrite, forward canonical /api/* path as-is to backend
- backend: serve routes only under /api namespace, remove duplicate root mounts
- tests/docs/env: update API paths, remove VITE_API_BASE_URL build/env usage
- version bump (minor): frontend 0.3.0, backend 1.2.0
admin
added 1 commit 2026-04-08 09:19:40 +00:00
Some checks failed
CI / build-and-test (pull_request) Has been cancelled
Details
Merge pull request 'refactor(api): unify /api contract across frontend, nginx, and backend' (#18) from fix/intermittent-api-retry-cache into main
Reference in New Issue
Block a user
Delete Branch "fix/intermittent-api-retry-cache"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?