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

Remove unused methods from SearchController

pull/2467/head
Kenton Royal 7 years ago
parent 62416e3538
commit d12e46b451

@ -183,17 +183,5 @@ namespace Ombi.Controllers
{
return await TvEngine.Trending();
}
[HttpGet("movie/requestCount")]
public async Task<RequestQuotaCountModel> RemainingMovieRequests()
{
return null;
}
[HttpGet("tv/requestCount")]
public async Task<RequestQuotaCountModel> RemainingTvRequests()
{
return null;
}
}
}

Loading…
Cancel
Save