forked from p15670423/monkey
Island: Remove unneeded patch function in new configuration resource
This commit is contained in:
parent
00e38391b4
commit
63d5330386
|
@ -69,7 +69,3 @@ class AgentConfiguration(AbstractResource):
|
|||
configuration_json["propagation"]["exploitation"]["vulnerability"],
|
||||
):
|
||||
del exploiter["supported_os"]
|
||||
|
||||
@jwt_required
|
||||
def patch(self): # Q: reset the configuration here? or does that make more sense in delete?
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue