fix
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user