AuthPlatform/conf/system/account.conf

4 lines
116 B
Plaintext
Raw Normal View History

#API接口文件
location /api/system/accounts {
2025-10-30 20:37:03 +08:00
content_by_lua_file '${APP_PATH}/src/api/system/account.lua';
}