Remove extra lines in 1840d68
This commit is contained in:
parent
1840d6823b
commit
cc584ada39
|
|
@ -41,7 +41,6 @@ namespace HtmlGenerationWebSite
|
|||
template: "{controller}/{action}/{id?}",
|
||||
defaults: new { controller = "HtmlGeneration_Home", action = "Index" });
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
public static void Main(string[] args)
|
||||
|
|
@ -57,4 +56,3 @@ namespace HtmlGenerationWebSite
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue