Skip to content

Conversation

@minmin02
Copy link
Contributor

@minmin02 minmin02 commented Nov 9, 2025

  1. 로그인/회원가입 API 구현 (accessToken, refreshToken 임시값 부여)
  2. 가게에 리뷰 추가하기 API
  3. 가게의 미션을 도전 중인 미션에 추가(미션 도전하기) API

@minmin02 minmin02 merged commit be4cb03 into develop Nov 9, 2025
1 check passed
Copy link

@ggamnunq ggamnunq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

@Valid @RequestBody CreateReviewDTO request
) {
var review = reviewService.createReview(storeId, memberId, request);
return ApiResponse.onSuccess(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

service에서 convert까지 해놓읍시다

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants