Firstsawyou commented on a change in pull request #4152:
URL: https://github.com/apache/apisix/pull/4152#discussion_r622872055
##########
File path: apisix/plugins/redirect.lua
##########
@@ -35,10 +37,22 @@ local schema = {
properties = {
ret_code = {type = "integer", minimum = 200, default = 302},
uri = {type = "string", minLength = 2, pattern = reg},
+ regex_uri = {
+ description = "params array for generating new uri that substitute
from client uri " ..
+ "fist param is regular expression, second one is uri
template",
Review comment:
Bad style, the description below should remain aligned with the top.
--
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]