diff --git a/app/core/src/main/java/stirling/software/SPDF/controller/web/OtherWebController.java b/app/core/src/main/java/stirling/software/SPDF/controller/web/OtherWebController.java index 720258abe..5c8fe550a 100644 --- a/app/core/src/main/java/stirling/software/SPDF/controller/web/OtherWebController.java +++ b/app/core/src/main/java/stirling/software/SPDF/controller/web/OtherWebController.java @@ -16,7 +16,6 @@ import stirling.software.common.model.ApplicationProperties; import stirling.software.common.util.CheckProgramInstall; // @Controller // Disabled - Backend-only mode, no Thymeleaf UI -// @Tag(name = "Misc", description = "Miscellaneous APIs") // Disabled - not a controller @RequiredArgsConstructor public class OtherWebController {