summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Framework/ConfigModels
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 19:01:53 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 19:01:53 -0400
commit0c5fa1180949a28ec0c5e2e17df669c1b7c4dbef (patch)
tree113b44f267630804d0b0c3408800733290b5331f /src/SMAPI.Web/Framework/ConfigModels
parent8e0ddd1d00e3d0d11fbaa0ffce804b3e7186c254 (diff)
parentee0ff5687d4002aab20cd91fd28d007d916af36c (diff)
downloadSMAPI-0c5fa1180949a28ec0c5e2e17df669c1b7c4dbef.tar.gz
SMAPI-0c5fa1180949a28ec0c5e2e17df669c1b7c4dbef.tar.bz2
SMAPI-0c5fa1180949a28ec0c5e2e17df669c1b7c4dbef.zip
Merge branch 'json-validator' into develop
Diffstat (limited to 'src/SMAPI.Web/Framework/ConfigModels')
-rw-r--r--src/SMAPI.Web/Framework/ConfigModels/SiteConfig.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SMAPI.Web/Framework/ConfigModels/SiteConfig.cs b/src/SMAPI.Web/Framework/ConfigModels/SiteConfig.cs
index d89a4260..bc6e868a 100644
--- a/src/SMAPI.Web/Framework/ConfigModels/SiteConfig.cs
+++ b/src/SMAPI.Web/Framework/ConfigModels/SiteConfig.cs
@@ -12,6 +12,9 @@ namespace StardewModdingAPI.Web.Framework.ConfigModels
/// <summary>The root URL for the log parser.</summary>
public string LogParserUrl { get; set; }
+ /// <summary>The root URL for the JSON validator.</summary>
+ public string JsonValidatorUrl { get; set; }
+
/// <summary>The root URL for the mod list.</summary>
public string ModListUrl { get; set; }