mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-14 08:51:29 +08:00
7cf243cdf9
* change: code style + added local cache. * luacov: added new path `lua/apisix/http/*`.
9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
modules = {
|
|
["lua.*"] = "lua",
|
|
["lua/apisix/*"] = "apisix",
|
|
["lua/apisix/admin/*"] = "admin",
|
|
["lua/apisix/core/*"] = "core",
|
|
["lua/apisix/http/*"] = "http",
|
|
["lua/apisix/plugins/*"] = "plugins",
|
|
}
|