Files
kong--kong/spec/fixtures/custom_plugins/kong/plugins/admin-api-method/handler.lua
T
2026-07-13 12:32:21 +08:00

9 lines
145 B
Lua

-- a plugin fixture to test a method on the admin api
local AdminApiMethod = {
VERSION = "0.1-t",
PRIORITY = 1000,
}
return AdminApiMethod