wwwroot is now extracted on run.

This commit is contained in:
2022-04-24 22:20:35 -05:00
parent 8abd75506c
commit f8ad3b2970
4 changed files with 17 additions and 39 deletions

View File

@@ -2,6 +2,7 @@ namespace Props.Services.Content
{
public interface ITextualManager<out TModel>
{
// TODO: Replace this system with globalization and localization. See: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/localization?view=aspnetcore-6.0
dynamic Json { get; }
}
}