mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-03-20 07:42:39 +08:00
fix (restful): Add query field in IP-API
This commit is contained in:
@@ -203,8 +203,6 @@ async function getNodeInfo(req, res) {
|
||||
|
||||
// remove unnecessary fields
|
||||
delete data.status;
|
||||
delete data.query;
|
||||
|
||||
return data;
|
||||
});
|
||||
success(res, {
|
||||
|
||||
Reference in New Issue
Block a user