fix response data
This commit is contained in:
parent
bb93eb57e1
commit
a9fd098a8f
1 changed files with 1 additions and 4 deletions
|
|
@ -1436,10 +1436,7 @@ app.get('/api/price', exceptionHandler(async (req, res) => {
|
|||
break;
|
||||
}
|
||||
|
||||
return res.json({
|
||||
success: true,
|
||||
data: responseData
|
||||
});
|
||||
return res.json(responseData);
|
||||
|
||||
}));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue