swagger anpassen

This commit is contained in:
Tizian.Breuch
2025-07-29 18:16:42 +02:00
parent a9318b9700
commit 3907cba29d
3 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ namespace Webshop.Api.Controllers.Customer
}
[ApiController]
[Route("api/v1/customer/[controller]")] // z.B. /api/v1/customer/profile
[Route("api/v1/[controller]")] // z.B. /api/v1/customer/profile
[Authorize(Roles = "Customer")]
public class CustomerController : ControllerBase
{