summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI.Web/Framework/InternalControllerFeatureProvider.cs
AgeCommit message (Collapse)Author
2017-09-23make web controllers internal (#336)Jesse Plamondon-Willard
This is needed to support internal models, which is needed to share the models with the main SMAPI assembly without making them visible to mods.