Class IndexController

java.lang.Object
org.openwms.wms.shipping.IndexController

@RestController("shippingIndexController") class IndexController extends Object
A IndexController serves the root Index resource via REST.
Author:
Heiko Scherrer
  • Constructor Details

    • IndexController

      IndexController()
  • Method Details

    • getIndex

      @GetMapping("/index") public org.springframework.http.ResponseEntity<org.openwms.core.http.Index> getIndex() throws Exception
      Throws:
      Exception