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/27bd59268d21ed38285c2a14bea981431bbd242c/NzbDrone.SignalR/SignalRMessage.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace NzbDrone.SignalR
|
|
{
|
|
public class SignalRMessage
|
|
{
|
|
public object Body { get; set; }
|
|
public string Name { get; set; }
|
|
}
|
|
} |