mirror of
https://github.com/Radarr/Radarr
synced 2025-12-29 19:57:57 +01:00
Fixes #7833 Fixes #6785 Fixes #6787 Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
7 lines
116 B
C#
7 lines
116 B
C#
namespace Radarr.Http.Ping
|
|
{
|
|
public class PingResource
|
|
{
|
|
public string Status { get; set; }
|
|
}
|
|
}
|