- serve REST endpoints under /api/v1 with root exceptions for health and mcp - move swagger UI to /docs and allow direct frontend calls via CORS - remove Vite proxy/hash routing and rely on env-driven VITE_API_URL
4 lines
152 B
Bash
4 lines
152 B
Bash
# Frontend API base URL.
|
|
# Example for local Docker server: backend container is exposed on localhost:13000.
|
|
VITE_API_URL=http://localhost:13000/api/v1
|