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