geekbot/src/Web/Controllers/Status/ApiStatusDto.cs

9 lines
No EOL
238 B
C#

namespace Geekbot.Web.Controllers.Status
{
public class ApiStatusDto
{
public string GeekbotVersion { get; set; }
public string ApiVersion { get; set; }
public string Status { get; set; }
}
}