From 00a491d93733d4625ad329b2ba8237f445364b3f Mon Sep 17 00:00:00 2001 From: Mirta Date: Wed, 30 Dec 2020 16:39:52 +0200 Subject: merge --- .../Web/Tango.MachineService/App_Start/RouteConfig.cs | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Software/Visual_Studio/Web/Tango.MachineService/App_Start') 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 51f476be5..613e83e72 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/App_Start/RouteConfig.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/App_Start/RouteConfig.cs @@ -13,17 +13,6 @@ namespace Tango.MachineService { routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); - routes.MapRoute( - name: "fse", - url: "fse", - defaults: new - { - controller = "FSEDownloads", - action = "Index", - id = UrlParameter.Optional - } - ); - routes.MapRoute( name: "Default", url: "{controller}/{action}/{id}", -- cgit v1.3.1