mirror of
https://github.com/romancm/gamebrary
synced 2024-11-27 21:50:24 +00:00
Expand image id
This commit is contained in:
parent
888f91b557
commit
3589bfe62d
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ exports.searchV2 = functions.https.onRequest((req, res) => {
|
|||
|
||||
const { search, platform } = req.query;
|
||||
|
||||
const data = `search "${search}"; fields id,name,slug,rating,name,cover.url; where platforms = (${platform});`
|
||||
const data = `search "${search}"; fields id,name,slug,rating,name,cover.image_id; where platforms = (${platform});`
|
||||
|
||||
axios({
|
||||
url: 'https://api-v3.igdb.com/games',
|
||||
|
|
Loading…
Reference in a new issue