Skip to content

Commit

Permalink
Merge pull request #99 from Team-Shaka/feature/97
Browse files Browse the repository at this point in the history
♻️ Refactor: HTTP method 변경
  • Loading branch information
koojun99 authored Aug 7, 2024
2 parents 1a9d276 + 49340d0 commit 468feca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public CommonResponse<TreehouseResponseDTO.getTreehouses> getTreehouses(
return CommonResponse.onSuccess(treehouseService.getTreehouses(user));
}

@GetMapping("/checkName")
@PostMapping("/checkName")
@Operation(summary = "트리하우스 이름 중복 확인 🔑", description = "트리하우스 이름 중복을 확인합니다.")
public CommonResponse<TreehouseResponseDTO.checkTreehouseName> checkTreehouseName(
@RequestBody TreehouseRequestDTO.checkTreehouseName request
Expand Down

0 comments on commit 468feca

Please sign in to comment.