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

@@ -12,7 +12,7 @@ using Webshop.Application.Services.Customers.Interfaces; // Für IOrderService
namespace Webshop.Api.Controllers.Customer
{
[ApiController]
[Route("api/v1/customer/orders")]
[Route("api/v1/customer/[controller]")]
[Authorize(Roles = "Customer")]
public class OrdersController : ControllerBase
{