Hosts Controller

@Autowired
constructor(sessionsService: BrownieSessionsService, hostsService: HostsService)

Constructor used to init the controller

Parameters

sessionsService

The support service used to manage the sessions data

hostsService

The support service used to manage the hosts data