Builds but needs tested

This commit is contained in:
2022-03-25 18:13:23 -07:00
parent a6abe8fdbd
commit 1f607cbbed
113 changed files with 12922 additions and 5993 deletions

View File

@ -5,7 +5,7 @@
string ipdsf = nameof(HomeController.IPDSF);
string privacy = nameof(HomeController.Privacy);
string timePivot = nameof(HomeController.TimePivot);
string background = nameof(HomeController.Background);
string background = nameof(BackgroundController.Index);
string homeController = nameof(HomeController).Replace("Controller", string.Empty);
string schemeHostURL = string.Concat(Context.Request.Scheme, "://", Context.Request.Host);
}