Skip to content

Commit 95d37e7

Browse files
authored
Update ReactionCountApi.java
1 parent 75835a0 commit 95d37e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

baebae-BE/src/main/java/com/web/baebaeBE/domain/reactioncount/controller/api/ReactionCountApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
import org.springframework.web.bind.annotation.GetMapping;
1111
import org.springframework.web.bind.annotation.PathVariable;
1212

13-
@Tag(name = "ReactionCount", description = "반응 수 API")
13+
@Tag(name = "ReactionCount", description = "반응 수 API(test)")
1414
public interface ReactionCountApi {
1515

1616
@Operation(
17-
summary = "특정 답변의 반응 개수 조회",
17+
summary = "특정 답변의 반응 개수 조회(test)",
1818
description = "특정 답변에 대한 하트, 궁금해요, 슬퍼요, 통했당 반응의 개수를 조회합니다."
1919
)
2020

0 commit comments

Comments
 (0)