AuthPlatform/conf/system/permission.conf

4 lines
142 B
Plaintext
Raw Normal View History

2025-10-29 17:32:33 +08:00
#API接口文件
location /api/system/permissions {
content_by_lua_file '/home/frankly/work/AuthPlatform/src/api/system/permission.lua';
}