Update app/core/src/main/java/stirling/software/SPDF/controller/web/OtherWebController.java

Co-authored-by: ConnorYoh <40631091+ConnorYoh@users.noreply.github.com>
This commit is contained in:
Anthony Stirling 2025-09-22 11:55:56 +01:00 committed by GitHub
parent 722347a272
commit 278fa99702
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,6 @@ import stirling.software.common.model.ApplicationProperties;
import stirling.software.common.util.CheckProgramInstall; import stirling.software.common.util.CheckProgramInstall;
// @Controller // Disabled - Backend-only mode, no Thymeleaf UI // @Controller // Disabled - Backend-only mode, no Thymeleaf UI
// @Tag(name = "Misc", description = "Miscellaneous APIs") // Disabled - not a controller
@RequiredArgsConstructor @RequiredArgsConstructor
public class OtherWebController { public class OtherWebController {