mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
10 lines
201 B
C#
10 lines
201 B
C#
using Newtonsoft.Json;
|
|
|
|
namespace PepperDash.Essentials.Core.Web
|
|
{
|
|
public class EssentialsWebApiPropertiesConfig
|
|
{
|
|
[JsonProperty("basePath")]
|
|
public string BasePath { get; set; }
|
|
}
|
|
} |