Fixes ACL backend support
This commit is contained in:
parent
0034a311f2
commit
e62adedc17
14 changed files with 205 additions and 56 deletions
|
|
@ -11,7 +11,7 @@ namespace Yavsc.Blogs.Controllers
|
|||
{
|
||||
[Authorize]
|
||||
[Produces("application/json")]
|
||||
[Route(APIPrefix + "/blogcomments")]
|
||||
[Route(APIPrefix + "/" + CommentsPath)]
|
||||
public class CommentsApiController : Controller
|
||||
{
|
||||
private readonly ApplicationDbContext _context;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue