Skip to content

Commit

Permalink
🎨 요청 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eunxn committed Aug 26, 2024
1 parent f7681b7 commit 4137f62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class BreathingController {
private final UserRepository userRepository;

// 오늘의 쉼 결과
@PostMapping("/today/result")
@PostMapping("/todayResult")
public CustomAPIResponse<Map<String, Object>> getTodayBreathingResult(
@RequestBody BreathingRequestDto dto) {
// 현재 로그인된 사용자 정보 가져오기
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import com.hsu.shimpyoo.global.response.CustomAPIResponse;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Service;

import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.Map;

Expand Down

0 comments on commit 4137f62

Please sign in to comment.