Thinking about shunting most of the file parsing into db services since it should be done once

This commit is contained in:
Lani Aung
2021-10-27 07:58:18 -06:00
parent 804ccd0eeb
commit d52cc4b206
16 changed files with 271 additions and 113 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ namespace fxl.codes.kisekae
{
endpoints.MapControllerRoute(
"default",
"{controller=Home}/{action=Index}/{id?}");
"{controller=Home}/{action=Index}/{id?}/{configId?}");
});
DefaultTypeMap.MatchNamesWithUnderscores = true;