mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-26 00:52:28 +00:00
Fix list type for access list list
This commit is contained in:
parent
2da158d20c
commit
ae4d342b8e
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"
|
||||
}
|
||||
}
|
@ -88,7 +88,7 @@
|
||||
}
|
||||
},
|
||||
"schema": {
|
||||
"$ref": "../../../components/access-list-object.json"
|
||||
"$ref": "../../../components/access-list-list.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user