Files
kong--kong/spec/fixtures/custom_plugins/kong/plugins/plugin-with-custom-dao/handler.lua
T
2026-07-13 12:32:21 +08:00

8 lines
82 B
Lua

local MyHandler = {
VERSION = "0.1-t",
PRIORITY = 1000,
}
return MyHandler