fix(web): 채팅 이미지 업로드 경로를 /file/chat/post로 수정#509
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
Walkthrough이미지 업로드 API의 백엔드 대상 서비스가 변경되었습니다. 다음과 같은 수정사항이 포함됩니다:
함수명, 파라미터 타입( Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
변경 배경
채팅 이미지 업로드가
/file/profile/post로 전송되고 있어 서버 최신 브루노 스펙과 불일치했습니다.변경 내용
apps/web/src/apis/image-upload/api.ts/file/profile/post/file/chat/postfileUrl) 및 multipart/form-data 처리 로직은 유지영향 범위
/file/profile/pre) 및 기타 업로드 API는 변경 없음검증
pnpm --filter @solid-connect/web run lint:checkpnpm --filter @solid-connect/web run typecheck:cipnpm --filter @solid-connect/web run build체크 포인트
/file/chat/post로 호출되는지 네트워크 탭에서 확인 부탁드립니다.