Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/blame/commit/a052a9389e6fed0b43a0b0040be217d74abe43bc/UI/Settings/SettingsModel.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
define(['app'], function (app) {
|
|
|
|
|
NzbDrone.Settings.SettingsModel = Backbone.Model.extend({
|
|
|
|
|
url: NzbDrone.Constants.ApiRoot + '/settings'
|
|
|
|
|
});
|
|
|
|
|
});
|