This commit is contained in:
Anthony Stirling
2023-09-14 14:30:39 +01:00
parent 10126ce979
commit cd5bd92a41
5 changed files with 5 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ import io.swagger.v3.oas.annotations.Hidden;
import io.swagger.v3.oas.annotations.tags.Tag;
@Controller
@Tag(name = "Other", description = "Other APIs")
@Tag(name = "Misc", description = "Miscellaneous APIs")
public class OtherWebController {
@GetMapping("/compress-pdf")
@Hidden