CustomLinksController

@Autowired
constructor(linksService: LinksService, linksCollectionsService: LinksCollectionsService, teamsService: TeamsService, customLinksService: CustomLinksService)

Constructor used to init the controller

Parameters

linksService

The helper to manage the RefyLink database operations

linksCollectionsService

The helper to manage the LinksCollection database operations

teamsService

The helper to manage the Team database operations

customLinksService

The helper to manage the CustomRefyLink database operations