Skip to content

Commit

Permalink
Merge pull request #148 from dodunge/051-BOOKMARK
Browse files Browse the repository at this point in the history
refactor:[051-BOOKMARK] Swagger에서 Controller Tag 명 설정
  • Loading branch information
eod940 committed Mar 14, 2024
2 parents a215060 + a7f48ba commit 84965a2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

import com.valuewith.tweaver.bookmark.service.BookmarkService;
import com.valuewith.tweaver.commons.security.service.TokenService;
import com.valuewith.tweaver.config.SwaggerConfig;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import lombok.RequiredArgsConstructor;
import org.springframework.http.ResponseEntity;
Expand All @@ -12,7 +14,7 @@
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

//@Api(tags = {SwaggerConfig.CHAT_TAG})
@Api(tags = {SwaggerConfig.BOOKMARK_TAG})
@RestController
@RequestMapping("/bookmark")
@RequiredArgsConstructor
Expand Down

0 comments on commit 84965a2

Please sign in to comment.