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/a5b08a54b6ab98b1e373b01ef1979148f4eaf08b/Ombi.Core.Migration/IMigrationRunner.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace Ombi.Core.Migration
|
|
{
|
|
public interface IMigrationRunner
|
|
{
|
|
void MigrateToLatest();
|
|
}
|
|
} |