Update PrestashopAdminController request mapping to remove API prefix
This commit is contained in:
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.*;
|
||||
import java.util.List;
|
||||
|
||||
@RestController
|
||||
@RequestMapping("/api/ps-admin")
|
||||
@RequestMapping("/ps-admin")
|
||||
@RequiredArgsConstructor
|
||||
public class PrestashopAdminController {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user