say mieux

This commit is contained in:
Paul Schneider 2017-09-13 13:45:23 +02:00
commit 970d6ed295
8 changed files with 55 additions and 4 deletions

View file

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