Class ConfigController

java.lang.Object
swiss.trustbroker.config.controller.ConfigController

@RestController public class ConfigController extends Object
Controller for the version and UI config APIs.
Required for HRD UI hence always enabled.
  • Constructor Details

  • Method Details

    • getVersion

      @GetMapping(path="/api/v1/version") public VersionInfo getVersion()
    • getGuiConfig

      @GetMapping("/api/v1/config/frontend") public GuiConfig getGuiConfig()