mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
fix: SpringWebMVC Agent generate button not work
This commit is contained in:
@@ -34,6 +34,9 @@ interface ValidationResult {
|
||||
}
|
||||
|
||||
const urlPatternIsNeeded = (shellType: string) => {
|
||||
if (shellType.startsWith("Agent")) {
|
||||
return false;
|
||||
}
|
||||
return (
|
||||
shellType.endsWith("Servlet") ||
|
||||
shellType.endsWith("ControllerHandler") ||
|
||||
|
||||
Reference in New Issue
Block a user