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

Merge pull request from tidusjar/dev

Update appveyor.yml
pull/644/head v1.9.6
Jamie 9 years ago committed by GitHub
commit 220004f432

@ -3,9 +3,9 @@ configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '1.9.5'
assembly_version: '1.9.6'
assembly_file_version: '{version}'
assembly_informational_version: '1.9.5'
assembly_informational_version: '1.9.6'
before_build:
- cmd: appveyor-retry nuget restore
build:

Loading…
Cancel
Save