tokers commented on a change in pull request #3088:
URL: https://github.com/apache/apisix/pull/3088#discussion_r547012511
##########
File path: doc/control-api.md
##########
@@ -49,3 +49,9 @@ Here is the supported API:
Introduced since `v2.2`.
Return the jsonschema used by this APISIX instance.
+
+### GET /v1/server_info
Review comment:
Fixed.
##########
File path: apisix/plugins/server-info.lua
##########
@@ -99,6 +99,17 @@ local function get()
end
+local function get_server_info()
+ local info, err = get()
Review comment:
Fixed.
----------------------------------------------------------------
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]