mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 05:18:12 -05:00
c39d5433bc
- Schema validate against bad domain characters - Integration test for CVE POC examples - Cypress rewrite of plugins for file upload
10 lines
118 B
JSON
10 lines
118 B
JSON
{
|
|
"type": "object",
|
|
"description": "Error",
|
|
"properties": {
|
|
"error": {
|
|
"$ref": "./error-object.json"
|
|
}
|
|
}
|
|
}
|