aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/App_Start
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-11-18 12:49:31 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-11-18 12:49:31 +0200
commit2cc2bae70e86ff18d05a3579407b08e305b9053d (patch)
tree2c2b1abd5bc7c184da99d9c5ed3fb8a0fa054c73 /Software/Visual_Studio/Web/Tango.MachineService/App_Start
parent7fbf2f7cf8e2b52d83909b12658c30209f81b2bd (diff)
downloadTango-2cc2bae70e86ff18d05a3579407b08e305b9053d.tar.gz
Tango-2cc2bae70e86ff18d05a3579407b08e305b9053d.zip
Working on web services...
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/App_Start')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/App_Start/RouteConfig.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/App_Start/RouteConfig.cs b/Software/Visual_Studio/Web/Tango.MachineService/App_Start/RouteConfig.cs
index 33fa703a8..60453c3a1 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService/App_Start/RouteConfig.cs
+++ b/Software/Visual_Studio/Web/Tango.MachineService/App_Start/RouteConfig.cs
@@ -13,11 +13,11 @@ namespace Tango.MachineService
{
routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
- routes.MapRoute(
- name: "Default",
- url: "{controller}/{action}/{id}",
- defaults: new { controller = "Home", action = "Index", id = UrlParameter.Optional }
- );
+ //routes.MapRoute(
+ // name: "Default",
+ // url: "{controller}/{action}/{id}",
+ // defaults: new { controller = "Home", action = "Index", id = UrlParameter.Optional }
+ //);
}
}
}