get

@GetMapping(value = ["/{key}"])
fun get(@PathVariable key: String): SystemConfig(source)