nic-6443 commented on code in PR #12718:
URL: https://github.com/apache/apisix/pull/12718#discussion_r2480237582
##########
apisix/admin/standalone.lua:
##########
@@ -157,6 +158,104 @@ local function check_conf(checker, schema, item, typ)
})
end
+local function validate(ctx)
Review Comment:
can we reuse this new `validate` function in exist `update` function to
reduce code duplicate between those two functions?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]