Rearrange CSS and images
This commit is contained in:
+1
-7
@@ -20,13 +20,7 @@ namespace MileageTraker.Web
|
||||
public static void RegisterRoutes(RouteCollection routes)
|
||||
{
|
||||
routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
|
||||
|
||||
//routes.MapRoute(
|
||||
// "Export Vehicles",
|
||||
// "ETHRAVehicles{year}-{month}-{day}.xls",
|
||||
// new { controller = "Vehicle", action = "Export" }
|
||||
// );
|
||||
|
||||
|
||||
routes.MapRoute(
|
||||
"Default", // Route name
|
||||
"{controller}/{action}/{id}", // URL with parameters
|
||||
|
||||
Reference in New Issue
Block a user