mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-09-15 19:32:35 +00:00
Fix list type for access list list
This commit is contained in:
7
backend/schema/components/access-list-list.json
Normal file
7
backend/schema/components/access-list-list.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "array",
|
||||
"description": "Access list list",
|
||||
"items": {
|
||||
"$ref": "./access-list-object.json"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user