Class ConfigurationController

java.lang.Object
org.tailormap.api.controller.ConfigurationController

public class ConfigurationController extends Object
Provides global configuration values which are available to viewers
  • Constructor Details

  • Method Details

    • getConfig

      @GetMapping(path="${tailormap-api.base-path}/config/{key}", produces="application/json") public org.springframework.http.ResponseEntity<Serializable> getConfig(@PathVariable String key)