vnext
Paul Schneider 8 years ago
parent e65b4cd3ff
commit ae5fdf9b59
1 changed files with 1 additions and 1 deletions

@ -14,7 +14,7 @@ namespace Yavsc.WebApi.Controllers
using Yavsc.Helpers;
using System;
[Authorize,Route("~/api/account"),Obsolete]
[Authorize("AdministratorOnly"),Route("~/api/account"),Obsolete]
public class ApiAccountController : Controller
{

Loading…