Skip to content

Commit

Permalink
group the related endpoints together under the same section
Browse files Browse the repository at this point in the history
  • Loading branch information
waterflow80 committed Jan 23, 2024
1 parent c2a130c commit 470c68c
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 @@ -24,7 +24,7 @@

@RestController
@RequestMapping("/comparison")
@Tag(name = "Comparison endpoints")
@Tag(name = "Secqol endpoints")
public class SeqColComparisonController {

private SeqColService seqColService;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

@RestController
@RequestMapping("/")
@Tag(name = "Secqol endpoint")
@Tag(name = "Secqol endpoints")
public class SeqColController {

private SeqColService seqColService;
Expand Down

0 comments on commit 470c68c

Please sign in to comment.