mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-15 09:21:26 +08:00
8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
|
modules = {
|
||
|
["lua.*"] = "lua",
|
||
|
["lua/apisix/*"] = "apisix",
|
||
|
["lua/apisix/admin/*"] = "admin",
|
||
|
["lua/apisix/core/*"] = "core",
|
||
|
["lua/apisix/plugins/*"] = "plugins",
|
||
|
}
|