This commit is contained in:
Tizian.Breuch
2025-08-12 11:36:58 +02:00
parent bbea2458ae
commit d5742b27e8

View File

@@ -8,7 +8,7 @@ using Webshop.Application.Services.Public;
namespace Webshop.Api.Controllers.Public namespace Webshop.Api.Controllers.Public
{ {
[ApiController] [ApiController]
[Route("api/v1/public/[]controller")] [Route("api/v1/public/[controller]")]
[AllowAnonymous] [AllowAnonymous]
public class ShopInfoController : ControllerBase public class ShopInfoController : ControllerBase
{ {