Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/e74fd2b441c610492ac6c16c883945661bdbb1fb You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/35/head
Shannon Barrett 9 years ago
parent 663d517e98
commit e74fd2b441

@ -6,6 +6,7 @@
<head>
<title>Plex Requests</title>
<!-- Styles -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="~/Content/custom.min.css" type="text/css"/>
<link rel="stylesheet" href="~/Content/bootstrap.css" type="text/css"/>
<link rel="stylesheet" href="~/Content/font-awesome.css" type="text/css"/>
@ -89,4 +90,4 @@
@RenderBody()
</div>
</body>
</html>
</html>

Loading…
Cancel
Save