Skip to content

Commit

Permalink
fixed a typo and grouped related endpoints together
Browse files Browse the repository at this point in the history
  • Loading branch information
waterflow80 committed Jan 29, 2024
1 parent 470c68c commit eef729a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

@RestController
@RequestMapping("/comparison")
@Tag(name = "Secqol endpoints")
@Tag(name = "Seqcol 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 endpoints")
@Tag(name = "Seqcol endpoints")
public class SeqColController {

private SeqColService seqColService;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ springdoc.swagger-ui.path=/seqcol-documentation
springdoc.api-docs.path=/seqcol-api-docs

springdoc.packages-to-scan=uk.ac.ebi.eva.evaseqcol.controller
springdoc.swagger-ui.operationsSorter=method
springdoc.swagger-ui.operationsSorter=alpha
springdoc.swagger-ui.tagsSorter=alpha

0 comments on commit eef729a

Please sign in to comment.