create new api for drawing random marks
This commit is contained in:
@@ -18,6 +18,9 @@ const aiEvaluateImageToStar = async (req, res) => {
|
||||
headers: {
|
||||
...formData.getHeaders(),
|
||||
},
|
||||
httpsAgent: new (require('https').Agent)({
|
||||
rejectUnauthorized: false
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user