Update PrestashopAdminController request mapping to remove redundant API prefix

This commit is contained in:
Vincent Guillet
2025-11-30 11:54:13 +01:00
parent ad441b8dbc
commit c09316189e

View File

@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.*;
import java.util.List; import java.util.List;
@RestController @RestController
@RequestMapping("/api/api/ps-admin") @RequestMapping("/api/ps-admin")
@RequiredArgsConstructor @RequiredArgsConstructor
public class PrestashopAdminController { public class PrestashopAdminController {