功能完善
This commit is contained in:
parent
867070cd6b
commit
4e7c28d3ce
|
|
@ -27,7 +27,7 @@ import reactor.core.publisher.Flux;
|
|||
@Component
|
||||
public class ValidateCodeFilter extends AbstractGatewayFilterFactory<Object>
|
||||
{
|
||||
private final static String[] VALIDATE_URL = new String[] { "/auth/login", "/auth/register" };
|
||||
private final static String[] VALIDATE_URL = new String[] { "/auth/login","/auth/sendCode","/auth/checkCode", "/auth/register" };
|
||||
|
||||
@Autowired
|
||||
private ValidateCodeService validateCodeService;
|
||||
|
|
|
|||
Loading…
Reference in New Issue