shreemaan-abhishek commented on code in PR #9574:
URL: https://github.com/apache/apisix/pull/9574#discussion_r1219698136
##########
apisix/admin/init.lua:
##########
@@ -176,7 +176,7 @@ local function run()
local resource = resources[seg_res]
if not resource then
- core.response.exit(404, {error_msg = "not found"})
+ core.response.exit(404, {error_msg = "resource: '".. seg_res .. "' is
not supported"})
Review Comment:
yep, just pushed the changes.
--
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]