Package org.cswteams.ms3.rest
Class SignInRestEndpoint
java.lang.Object
org.cswteams.ms3.rest.SignInRestEndpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?> registrazione(RegistrationDTO registrationDTO)
-
Constructor Details
-
SignInRestEndpoint
public SignInRestEndpoint()
-
-
Method Details
-
registrazione
@RequestMapping(method=POST) public org.springframework.http.ResponseEntity<?> registrazione(@RequestBody RegistrationDTO registrationDTO)
-