Package org.openwms.core.uaa
Class IndexController
java.lang.Object
org.openwms.core.uaa.IndexController
A IndexController serves the root 
Index resource via REST.- Author:
- Heiko Scherrer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.openwms.core.http.Index> getIndex()
- 
Constructor Details- 
IndexControllerIndexController()
 
- 
- 
Method Details- 
getIndex@GetMapping("/index") public org.springframework.http.ResponseEntity<org.openwms.core.http.Index> getIndex()
 
-