update server/routers/back-new/features/image/image.controller.js
This commit is contained in:
@@ -23,7 +23,7 @@ exports.generate = async (req, res) => {
|
|||||||
'Content-Type': 'application/x-www-form-urlencoded',
|
'Content-Type': 'application/x-www-form-urlencoded',
|
||||||
'Accept': 'application/json',
|
'Accept': 'application/json',
|
||||||
'Authorization': `Basic ${apiKey}`,
|
'Authorization': `Basic ${apiKey}`,
|
||||||
'RqUID':'6f0b1291-c7f3-43c6-bb2e-9f3efb2dc98e'
|
'RqUID': uuidv4()
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user