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

13 lines
183 B

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