Update SessionController.java
This commit is contained in:
parent
5e086231d6
commit
ef36977017
@ -115,7 +115,7 @@ public class SessionController {
|
||||
@Autowired
|
||||
private AppUserSessionsServiceImpl appUserSessionsServiceImpl;
|
||||
|
||||
@ApiIgnore
|
||||
// @ApiIgnore
|
||||
@ApiResponses(value = {
|
||||
@ApiResponse(code = 200, message = "Will return a security token, which must be passed in every request", response = SessionResponse.class) })
|
||||
@RequestMapping(value = "/session", method = RequestMethod.POST, consumes = MediaType.APPLICATION_JSON_VALUE)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user