controler aufräumen

This commit is contained in:
Tizian.Breuch
2025-08-01 10:22:05 +02:00
parent 0b35597347
commit 38085ef199
11 changed files with 16 additions and 16 deletions

View File

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