Web API client connected

This commit is contained in:
Paul Schneider 2024-11-12 08:32:15 +00:00
commit 716bfb2e05
23 changed files with 225 additions and 339 deletions

View file

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