|
@ -24,8 +24,8 @@ import io.swagger.annotations.ApiResponses; |
|
|
import io.swagger.annotations.Authorization; |
|
|
import io.swagger.annotations.Authorization; |
|
|
|
|
|
|
|
|
@RestController |
|
|
@RestController |
|
|
@RequestMapping("/forgotpassword") |
|
|
|
|
|
@Api(tags = "forgotpassword") |
|
|
|
|
|
|
|
|
@RequestMapping("/forgotpasswords") |
|
|
|
|
|
@Api(tags = "forgotpasswords") |
|
|
public class ForgotPasswordsController { |
|
|
public class ForgotPasswordsController { |
|
|
@Autowired |
|
|
@Autowired |
|
|
private ForgotPasswordsService forgotPasswordsService; |
|
|
private ForgotPasswordsService forgotPasswordsService; |
|
|