|
|
|
@ -25,7 +25,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/register","/auth/creatorLogin" }; |
|
|
|
|
|
|
|
@Autowired |
|
|
|
private ValidateCodeService validateCodeService; |
|
|
|
|