Web API client connected

This commit is contained in:
Paul Schneider
2024-11-12 08:32:15 +00:00
parent f3a63c9e46
commit 009015ce3c
23 changed files with 228 additions and 342 deletions

View File

@ -13,7 +13,6 @@ namespace Yavsc.Controllers
{
[Produces("application/json")]
[Route("api/blog")]
[AllowAnonymous]
public class BlogApiController : Controller
{