WIP
This commit is contained in:
parent
96dcf5c4f4
commit
0d8fd0606f
60 changed files with 874 additions and 209 deletions
|
|
@ -12,8 +12,9 @@ namespace Yavsc.WebApi.Controllers
|
|||
using ViewModels.Account;
|
||||
using Models.Auth;
|
||||
using Yavsc.Helpers;
|
||||
using System;
|
||||
|
||||
[Authorize,Route("~/api/account")]
|
||||
[Authorize,Route("~/api/account"),Obsolete]
|
||||
public class ApiAccountController : Controller
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue