Skip to content

Commit

Permalink
style: change ExperimentPostContoller's tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji-soo708 committed Jan 13, 2025
1 parent 829bfa9 commit e05dd53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import jakarta.validation.Valid
import org.springframework.security.access.prepost.PreAuthorize
import org.springframework.web.bind.annotation.*

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

0 comments on commit e05dd53

Please sign in to comment.