AuthPlatform/conf/system/user.conf

4 lines
110 B
Plaintext
Raw Normal View History

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