Skip to content

Commit 4dacd9e

Browse files
committed
refactor: 폰트 이름 중복 검사 HTTP METHOD 변경
1 parent c078e50 commit 4dacd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/fontory/fontorybe/font/controller/FontController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ public ResponseEntity<?> downloadFont(
273273
summary = "폰트 이름 중복 검사",
274274
description = "이름이 중복이면 true를 반환합니다."
275275
)
276-
@PostMapping("/verify-name")
276+
@GetMapping("/verify-name")
277277
public ResponseEntity<?> verifyFontName(
278278
@Login UserPrincipal userPrincipal,
279279
@RequestParam String fontName

0 commit comments

Comments
 (0)