Skip to content

Commit b113bd7

Browse files
committed
Fix: 에러 코드 클래스 매핑 오류 수정
1 parent 409adbc commit b113bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/clap/server/adapter/inbound/web/example/ErrorExampleController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public void getTaskErrorCode() {}
4141
@GetMapping("/notification")
4242
@DevelopOnlyApi
4343
@Operation(summary = "알림 도메인 및 웹훅 관련 에러 코드 나열")
44-
@ApiErrorCodes(TaskErrorCode.class)
44+
@ApiErrorCodes(NotificationErrorCode.class)
4545
public void getNotificationErrorCode() {}
4646

4747
@GetMapping("/comment")

0 commit comments

Comments
 (0)