AuthPlatform/conf/auth/auth.conf

4 lines
100 B
Plaintext

#API接口文件
location /api/auth {
content_by_lua_file '${APP_PATH}/src/api/auth/auth.lua';
}