8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
#测试接口文件
|
|
location /testSQL {
|
|
content_by_lua_file '/home/frankly/work/AuthPlatform/src/test/testPostgres.lua';
|
|
}
|
|
|
|
location /cjson {
|
|
content_by_lua_file '/home/frankly/work/AuthPlatform/src/test/test.lua';
|
|
} |