monkeyDluffy6017 commented on code in PR #9580:
URL: https://github.com/apache/apisix/pull/9580#discussion_r1254167305
##########
apisix/admin/init.lua:
##########
@@ -253,8 +254,9 @@ end
local function get_plugins_list()
set_ctx_and_check_token()
-
- local plugins = resources.plugins.get_plugins_list()
+ local args = get_uri_args()
+ local subsystem = args["subsystem"]
+ local plugins = resources.plugins.get_plugins_list(subsystem)
Review Comment:
`htt&stream` could not be accepted, it's not useless, so the value could be
`http`, `stream`, `nil`
--
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]