fix: requests

This commit is contained in:
2026-03-31 12:22:21 +02:00
parent 1fa6206b75
commit fb4f7048ab
7 changed files with 183 additions and 163 deletions

View File

@@ -167,7 +167,7 @@ async function fetchProductList() {
if (value) params.append(key, String(value))
})
const url = `/api/v1/restricted/list-products/get-listing?${params}`
const url = `/api/v1/restricted/list/list-products?${params}`
try {
const response = await useFetchJson<ApiResponse>(url)