Interface AppMgmtRestAPI
-
public interface AppMgmtRestAPI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<Void>admin(UserTO adminUser)org.springframework.http.ResponseEntity<Void>initApp()org.springframework.http.ResponseEntity<String>ping()
-
-
-
Field Detail
-
BASE_PATH
static final String BASE_PATH
- See Also:
- Constant Field Values
-
-