Update SessionController.java

This commit is contained in:
string 2025-07-30 08:56:24 +05:30
parent 5e086231d6
commit ef36977017

View File

@ -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)