Skip to content

Commit

Permalink
fix: TopicController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladik-gif committed Sep 26, 2024
1 parent a280e3a commit 9b363a2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
@RequestMapping("/topics")
@RequiredArgsConstructor
@Tag(name = "Topic")
@Validated
public class TopicController {

private final TopicService topicService;
Expand Down

0 comments on commit 9b363a2

Please sign in to comment.