mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-09-15 11:22: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"
|
||||||
|
}
|
||||||
|
}
|
@@ -88,7 +88,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"$ref": "../../../components/access-list-object.json"
|
"$ref": "../../../components/access-list-list.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user