Skip to content

Commit

Permalink
hotfix: 미분류로 픽 생성에 meaturetime 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sangwonsheep committed Jan 3, 2025
1 parent baa5478 commit 7cd058e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ public ResponseEntity<PickApiResponse.Pick> savePick(@LoginUserId Long userId,
return ResponseEntity.ok(response);
}

@MeasureTime
@PostMapping("/unclassified")
@Operation(
summary = "미분류 폴더로 픽 생성",
Expand Down

0 comments on commit 7cd058e

Please sign in to comment.