forked from p15670423/monkey
Island: Rename cc/resources/auth/registration.py -> cc/resources/auth/register.py
This commit is contained in:
parent
54a0072454
commit
21501fdde5
|
@ -22,7 +22,7 @@ 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.authenticate import Authenticate, init_jwt
|
||||
from monkey_island.cc.resources.auth.registration import Registration
|
||||
from monkey_island.cc.resources.auth.register import Registration
|
||||
from monkey_island.cc.resources.blackbox.log_blackbox_endpoint import LogBlackboxEndpoint
|
||||
from monkey_island.cc.resources.blackbox.monkey_blackbox_endpoint import MonkeyBlackboxEndpoint
|
||||
from monkey_island.cc.resources.blackbox.telemetry_blackbox_endpoint import (
|
||||
|
|
Loading…
Reference in New Issue