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

8 lines
96 B
Lua

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