Skip to content

Commit

Permalink
docs: 우리동네 스웨거 Tag 분리 (#63)
Browse files Browse the repository at this point in the history
Town => Cart, Community
  • Loading branch information
why-only-english committed Feb 14, 2024
1 parent bfa242e commit fd93d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;

@Tag(name = "Town", description = "우리동네 - 함께해요 API 입니다.")
@Tag(name = "Cart", description = "우리동네 - 함께해요 API 입니다.")
@RequiredArgsConstructor
@RestController
@RequestMapping("/api/v1/town/carts")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;

@Tag(name = "Town", description = "우리동네 - 소통해요 API 입니다.")
@Tag(name = "Community", description = "우리동네 - 소통해요 API 입니다.")
@RequiredArgsConstructor
@RestController
@RequestMapping("/api/v1/town/comms")
Expand Down

0 comments on commit fd93d2c

Please sign in to comment.