mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-03 20:47:35 +08:00
12 lines
383 B
Plaintext
Vendored
12 lines
383 B
Plaintext
Vendored
modules = {
|
|
["lua.*"] = "lua",
|
|
["lua/apisix/*"] = "apisix",
|
|
["lua/apisix/admin/*"] = "admin",
|
|
["lua/apisix/core/*"] = "core",
|
|
["lua/apisix/http/*"] = "http",
|
|
["lua/apisix/http/router/*"] = "http/router",
|
|
["lua/apisix/plugins/*"] = "plugins",
|
|
["lua/apisix/plugins/prometheus/*"] = "plugins/prometheus",
|
|
["lua/apisix/plugins/zipkin/*"] = "plugins/zipkin",
|
|
}
|