Skip to content

Commit 003e0a0

Browse files
committed
docs: 문서 오류 수정
1 parent 8a63818 commit 003e0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/climbup/climbup/route/dto/response/RouteMissionListResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class RouteMissionListResponse {
2222
@Schema(description = "섹터 이름", example = "A구역")
2323
private String sectorName;
2424

25-
@Schema(description = "난이도", example = "V3")
25+
@Schema(description = "난이도", example = "BLUE")
2626
private String difficulty;
2727

2828
@Schema(description = "점수", example = "100")

0 commit comments

Comments
 (0)