/api/prediction → rewrite: '' → '/api' 기존: /api/prediction/v1/... → /v1/... (404 - FastAPI 라우트 불일치) 수정: /api/prediction/v1/... → /api/v1/... (정상 매칭) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||