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/8cbf2ab7072ef6b262dbb0d39d946dfa215a5e75/Old/Ombi.Windows/Class1.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/Old/Ombi.Windows/Class1.cs

13 lines
183 B

8 years ago
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Ombi.Windows
{
public class Class1
{
}
}