nanamikon commented on a change in pull request #4152:
URL: https://github.com/apache/apisix/pull/4152#discussion_r622071554
##########
File path: apisix/plugins/redirect.lua
##########
@@ -35,10 +36,26 @@ local schema = {
properties = {
ret_code = {type = "integer", minimum = 200, default = 302},
uri = {type = "string", minLength = 2, pattern = reg},
+ regex_uri = {
+ description = "new uri that substitute from client uri " ..
Review comment:
get it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]