* style.css:
* Web.csproj: * Web.config: * Catalog.xml: * Global.asax.cs: * TestBinding.cs: * IProvider.cs: * yavscModel.csproj: * WFManager.cs: * BasketController.cs: * WorkFlowController.cs: * ITCPNpgsqlProvider.cs: * IContentProvider.cs: * WorkFlowProvider.csproj: * NpgsqlContentProvider.cs: * Provider.cs: * ITContentProvider.csproj: * FrontOfficeApiController.cs: * ProviderCollection.cs: * WorkflowConfiguration.cs: * BlogProvidersConfigurationSection.cs: * IITContent.cs: Estimate creation
This commit is contained in:
@ -42,8 +42,8 @@ namespace Yavsc
|
||||
|
||||
GlobalConfiguration.Configuration.Routes.MapHttpRoute(
|
||||
name: "DefaultApi",
|
||||
routeTemplate: "api/{controller}/{action}/{*path}",
|
||||
defaults: new { controller = "WorkFlow", action="Index", path = "" }
|
||||
routeTemplate: "api/{controller}/{action}/{*id}",
|
||||
defaults: new { controller = "WorkFlow", action="Index", id=0 }
|
||||
);
|
||||
|
||||
RegisterRoutes (RouteTable.Routes);
|
||||
|
Reference in New Issue
Block a user