fix: SpringWebMVC Agent generate button not work

This commit is contained in:
ReaJason
2025-08-13 23:53:40 +08:00
parent e556cfa80a
commit c5b753abe5
+3
View File
@@ -34,6 +34,9 @@ interface ValidationResult {
}
const urlPatternIsNeeded = (shellType: string) => {
if (shellType.startsWith("Agent")) {
return false;
}
return (
shellType.endsWith("Servlet") ||
shellType.endsWith("ControllerHandler") ||