fix (restful): Add query field in IP-API

This commit is contained in:
Peng-YM 2022-07-12 23:15:29 +08:00
parent 813f2b839d
commit 4cd525824e
4 changed files with 4 additions and 6 deletions

View File

@ -6,7 +6,7 @@
*
*
* Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket!
* @updated: 2022/7/12 18:54:00
* @updated: 2022/7/12 23:13:04
* @version: 2.11.2
* @author: Peng-YM
* @github: https://github.com/Peng-YM/Sub-Store

View File

@ -6,7 +6,7 @@
*
*
* Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket!
* @updated: 2022/7/12 18:54:00
* @updated: 2022/7/12 23:13:04
* @version: 2.11.2
* @author: Peng-YM
* @github: https://github.com/Peng-YM/Sub-Store

View File

@ -203,8 +203,6 @@ async function getNodeInfo(req, res) {
// remove unnecessary fields
delete data.status;
delete data.query;
return data;
});
success(res, {

File diff suppressed because one or more lines are too long