fix: SpringWebMVC Agent generate button not work

This commit is contained in:
ReaJason
2025-08-13 23:53:40 +08:00
parent 642a84d711
commit b3fef201f7
+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") ||