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

4 lines
110 B

9 years ago
(function() {
module = angular.module('PlexRequests', []);
module.constant("moment", moment);
9 years ago
}());