Skip to content

Commit 3633cfb

Browse files
Merge pull request #199 from lemonssoju/develop-v2
[develop-v2] main merge
2 parents f489792 + 0fc0ec4 commit 3633cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/lesso/neverland/puzzle/presentation/PuzzleController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public BaseResponse<CreatePuzzleResponse> createPuzzle(@PathVariable Long groupI
4444
}
4545

4646
// [작성자] 퍼즐 수정
47-
@GetMapping("/{puzzleIdx}/edit")
47+
@PatchMapping("/{puzzleIdx}/edit")
4848
public BaseResponse<String> editPuzzle(@PathVariable("groupIdx") Long groupIdx, @PathVariable("puzzleIdx") Long puzzleIdx, @RequestPart MultipartFile newImage, @RequestPart EditPuzzleRequest editPuzzleRequest) {
4949
try {
5050
return puzzleService.editPuzzle(groupIdx, puzzleIdx, newImage, editPuzzleRequest);

0 commit comments

Comments
 (0)