another one

This commit is contained in:
2025-02-22 20:12:27 +03:00
parent 1e803b4beb
commit b6fa50a59e
201 changed files with 5165 additions and 8036 deletions

View File

@@ -30,7 +30,7 @@ export function ReviewList({ productId }: ReviewListProps) {
setIsLoading(true)
setError(null)
try {
const response = await fetch(`http://localhost:8080/product/${productId}`)
const response = await fetch(`http://localhost:8080/product/${productId}/reviews`)
// Добавляем логирование для отладки
console.log("Response status:", response.status)