chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
["/hello"] = {
|
||||
GET = function()
|
||||
kong.response.exit(200, { hello = "from status api" })
|
||||
end,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user