moved web api controllers to namespace Umbraco.Web.WebApi and created web api member authorize attribute

This commit is contained in:
Shannon Deminick
2013-02-26 22:14:32 +06:00
parent bf6ba727a4
commit 7c32365bd3
9 changed files with 91 additions and 6 deletions

View File

@@ -5,6 +5,7 @@ using System.Web.Mvc;
using System.Web.Routing;
using Umbraco.Core;
using Umbraco.Core.Configuration;
using Umbraco.Web.WebApi;
namespace Umbraco.Web.Mvc
{