chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:32:21 +08:00
commit d158540472
2508 changed files with 477196 additions and 0 deletions
@@ -0,0 +1,7 @@
return {
["/hello"] = {
GET = function()
kong.response.exit(200, { hello = "from status api" })
end,
},
}