Skip to content

Commit

Permalink
docs: fix Participant to Researcher in Swagger Docs
Browse files Browse the repository at this point in the history
- 공고 등록 기존: [실험자] → [연구자]로 스웨거 문서 수정
  • Loading branch information
chock-cho committed Jan 11, 2025
1 parent 600fea5 commit 381410c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import io.swagger.v3.oas.annotations.tags.Tag
import jakarta.validation.Valid
import org.springframework.web.bind.annotation.*

@Tag(name = "[실험자] 공고 등록 API - /v1/experiment-posts")
@Tag(name = "[연구자] 공고 등록 API - /v1/experiment-posts")
@RestController
@RequestMapping("/v1/expirement-posts")
class PostController (
Expand Down

0 comments on commit 381410c

Please sign in to comment.