[성현모] UniqueKeyApi REST 완료
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using SystemX.Core.Config.Model;
|
||||
using WebApi.Library.Config;
|
||||
|
||||
namespace WebApi.Project.UniqueKeyApi.Models
|
||||
{
|
||||
public class UniqueKeyApiConfig : WebApiConfig
|
||||
{
|
||||
[JsonPropertyName("Socket")]
|
||||
public Server Socket { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user