fetchComponentServices

@GetMapping(value = ["component-service/{component}"])
@ResponseBody
abstract fun fetchComponentServices(@PathVariable component: String): List<String>