Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/548db6a5cd63792fbf365b727614a69d3e65ad1b You should set ROOT_URL correctly, otherwise the web may not work correctly.

Automated API Docs update

pull/746/head
Servarr 3 years ago committed by Qstick
parent 7f28f64cbe
commit 548db6a5cd

@ -9,6 +9,23 @@
},
"version": "1.0.0"
},
"servers": [
{
"url": "{protocol}://{hostpath}",
"variables": {
"protocol": {
"default": "http",
"enum": [
"http",
"https"
]
},
"hostpath": {
"default": "localhost:9696"
}
}
}
],
"paths": {
"/api/v1/applications/{id}": {
"get": {

Loading…
Cancel
Save