mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-15 08:54:27 +00:00
Merge a6af5ec2c760b3906164a1f4bf1529335938bb0a into 3a01b2c84f2b0dc31fbd1f2bb962a2495ba27990
This commit is contained in:
commit
be4e5458dd
@ -22,8 +22,7 @@
|
||||
"enabled",
|
||||
"locations",
|
||||
"hsts_enabled",
|
||||
"hsts_subdomains",
|
||||
"certificate"
|
||||
"hsts_subdomains"
|
||||
],
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
|
@ -9,6 +9,15 @@
|
||||
"url": "http://127.0.0.1:81/api"
|
||||
}
|
||||
],
|
||||
"components": {
|
||||
"securitySchemes": {
|
||||
"bearerAuth": {
|
||||
"type": "http",
|
||||
"scheme": "bearer",
|
||||
"bearerFormat": "JWT"
|
||||
}
|
||||
}
|
||||
},
|
||||
"paths": {
|
||||
"/": {
|
||||
"get": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user