Skip to content

[CHORE/#302] 사용자 신고 API 엔드포인트 수정#303

Merged
seungjunGong merged 1 commit into
developfrom
chore/#302-report_api
Apr 3, 2026
Merged

[CHORE/#302] 사용자 신고 API 엔드포인트 수정#303
seungjunGong merged 1 commit into
developfrom
chore/#302-report_api

Conversation

@seungjunGong

@seungjunGong seungjunGong commented Apr 3, 2026

Copy link
Copy Markdown
Member

Related issue 🛠

Work Description ✏️

  • 사용자 신고 API 엔드포인트 수정

Summary by CodeRabbit

  • Chores
    • 사용자 신고 기능의 API 엔드포인트 경로를 업데이트했습니다.

@seungjunGong seungjunGong self-assigned this Apr 3, 2026
@auto-assign auto-assign Bot requested a review from vahkjsdf April 3, 2026 07:39
@seungjunGong seungjunGong added the ✏️ chore 사소한 코드 수정 label Apr 3, 2026
@coderabbitai

coderabbitai Bot commented Apr 3, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: c046be7c-ea43-4e0c-92d7-cfcef1f2da41

📥 Commits

Reviewing files that changed from the base of the PR and between 5b78f77 and 539f719.

📒 Files selected for processing (1)
  • app/src/main/java/com/smashing/app/data/remote/service/ModerationService.kt

Walkthrough

ModerationService의 postReportUser 메서드 Retrofit 엔드포인트 경로를 POST /api/v1/reports에서 POST /api/v1/users/report로 변경했습니다. 메서드 시그니처와 요청/응답 타입은 유지됩니다.

Changes

Cohort / File(s) Summary
API 엔드포인트 경로 업데이트
app/src/main/java/com/smashing/app/data/remote/service/ModerationService.kt
postReportUser 메서드의 POST 엔드포인트 어노테이션을 /api/v1/reports에서 /api/v1/users/report로 변경

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/#302-report_api

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@seungjunGong seungjunGong merged commit d982241 into develop Apr 3, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✏️ chore 사소한 코드 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CHORE] 신고 API 엔드포인트 변경 적용

1 participant