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

7 lines
103 B
Lua

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