项目文件夹

文件
2026-07-13 12:32:21 +08:00

10 行
264 B
Lua

local endpoints = require "kong.api.endpoints"
return {
-- deactivate endpoints (use /upstream/{upstream}/targets instead)
["/targets"] = endpoints.disable,
["/targets/:targets"] = endpoints.disable,
["/targets/:targets/upstream"] = endpoints.disable,
}