Package org.cswteams.ms3.rest
Class LoginRestEndpoint
java.lang.Object
org.cswteams.ms3.rest.LoginRestEndpoint
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LoginRestEndpoint
public LoginRestEndpoint()
-
-
Method Details
-
login
@RequestMapping(method=POST) public org.springframework.http.ResponseEntity<?> login(@RequestBody LoginDTO loginDto)
-