channels

@GetMapping(value = ["channels"])
@ResponseBody
abstract fun channels(): Map<String, ChannelDTO>