AuthPlatform/conf/system/department.conf

4 lines
126 B
Plaintext
Raw Normal View History

2025-10-29 17:32:33 +08:00
#API接口文件
location /api/system/organizations {
2025-10-30 20:37:03 +08:00
content_by_lua_file '${APP_PATH}/src/api/system/organization.lua';
2025-10-29 17:32:33 +08:00
}