Fixes: #U4-1727

This commit is contained in:
Shannon Deminick
2013-02-19 05:39:38 +06:00
parent 2fca8f3444
commit 845595b01b
2 changed files with 8 additions and 8 deletions

View File

@@ -133,7 +133,7 @@ namespace Umbraco.Web
//Create the REST/web/script service routes
var webServiceRoutes = RouteTable.Routes.MapRoute(
"Umbraco_web_services",
"Umbraco/RestServices/{controller}/{action}/{id}",
umbracoPath + "/RestServices/{controller}/{action}/{id}",
new { controller = "SaveFileController", action = "Index", id = UrlParameter.Optional },
//look in this namespace for controllers
new string[] { "Umbraco.Web.WebServices" }