Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/src/commit/1a2ae4bd2c200b233f6f4b646dd5aecdb80e9add/NzbDrone.Api/Logs/LogFileResource.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using System;
|
|
using NzbDrone.Api.REST;
|
|
|
|
namespace NzbDrone.Api.Logs
|
|
{
|
|
public class LogFileResource : RestResource
|
|
{
|
|
public String Filename { get; set; }
|
|
public DateTime LastWriteTime { get; set; }
|
|
}
|
|
}
|