Back to 10.2.0-ish
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using Umbraco.Cms.Core;
|
||||
|
||||
namespace Umbraco.Cms.ManagementApi.ViewModels.Server;
|
||||
|
||||
public class ServerStatusViewModel
|
||||
{
|
||||
[JsonConverter(typeof(JsonStringEnumConverter))]
|
||||
public RuntimeLevel ServerStatus { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user