Package org.tailormap.api.controller
Class ConfigurationController
java.lang.Object
org.tailormap.api.controller.ConfigurationController
Provides global configuration values which are available to viewers
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ConfigurationController
-
-
Method Details
-
getConfig
@GetMapping(path="${tailormap-api.base-path}/config/{key}", produces="application/json") public org.springframework.http.ResponseEntity<Serializable> getConfig(@PathVariable String key)
-