forked from p15670423/monkey
Island: Rename cc/resources/auth/auth.py -> cc/resources/auth/authenticate.py
This commit is contained in:
parent
8342ec8b5c
commit
b5784f0479
|
@ -21,7 +21,7 @@ from monkey_island.cc.resources.AbstractResource import AbstractResource
|
|||
from monkey_island.cc.resources.agent_configuration import AgentConfiguration
|
||||
from monkey_island.cc.resources.agent_controls import StopAgentCheck, StopAllAgents
|
||||
from monkey_island.cc.resources.attack.attack_report import AttackReport
|
||||
from monkey_island.cc.resources.auth.auth import Authenticate, init_jwt
|
||||
from monkey_island.cc.resources.auth.authenticate import Authenticate, init_jwt
|
||||
from monkey_island.cc.resources.auth.registration import Registration
|
||||
from monkey_island.cc.resources.blackbox.log_blackbox_endpoint import LogBlackboxEndpoint
|
||||
from monkey_island.cc.resources.blackbox.monkey_blackbox_endpoint import MonkeyBlackboxEndpoint
|
||||
|
|
Loading…
Reference in New Issue