Thinking about shunting most of the file parsing into db services since it should be done once
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user