Skip to content

Commit

Permalink
change tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaLiu8 committed Sep 29, 2022
1 parent c475604 commit 3132c49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@RestController
@RequestMapping(path = "/mat/translator")
@Tag(name = "Conversion-Controller", description = "API for converting MAT measure CQL to ELM.")
@Tag(name = "Transfer-Translator", description = "API for translating MAT transferred measure CQL to ELM.")
@Slf4j
@RequiredArgsConstructor
public class MatMeasureController {
Expand Down

0 comments on commit 3132c49

Please sign in to comment.