diff --git a/app/api/apiclient.php b/app/api/apiclient.php index f5df6b0..676d810 100644 --- a/app/api/apiclient.php +++ b/app/api/apiclient.php @@ -235,7 +235,7 @@ function clientbooks($books){ foreach($books as $book){ $book['pic'] = IMGSRV."price/180x280/{$book['price_id']}.{$book['priceimg']}"; - $book['link'] = 'read/'.$book['pricehash']; + $book['link'] = SITE.'read/'.$book['pricehash']; $result[] = $book; }