We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c078e50 commit 4dacd9eCopy full SHA for 4dacd9e
src/main/java/org/fontory/fontorybe/font/controller/FontController.java
@@ -273,7 +273,7 @@ public ResponseEntity<?> downloadFont(
273
summary = "폰트 이름 중복 검사",
274
description = "이름이 중복이면 true를 반환합니다."
275
)
276
- @PostMapping("/verify-name")
+ @GetMapping("/verify-name")
277
public ResponseEntity<?> verifyFontName(
278
@Login UserPrincipal userPrincipal,
279
@RequestParam String fontName
0 commit comments