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/83ee6427d880c42941b84475e9c281e195a9f926/Ombi.Services/Interfaces/IStoreBackup.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
using Quartz;
|
|
|
|
|
|
|
|
|
|
namespace Ombi.Services.Jobs
|
|
|
|
|
{
|
|
|
|
|
public interface IStoreBackup
|
|
|
|
|
{
|
|
|
|
|
void Start();
|
|
|
|
|
void Execute(IJobExecutionContext context);
|
|
|
|
|
}
|
|
|
|
|
}
|