mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-04-23 14:19:32 +08:00
fix (restful): Add query field in IP-API
This commit is contained in:
parent
813f2b839d
commit
4cd525824e
2
backend/dist/cron-sync-artifacts.min.js
vendored
2
backend/dist/cron-sync-artifacts.min.js
vendored
@ -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
|
||||
|
2
backend/dist/sub-store-parser.loon.min.js
vendored
2
backend/dist/sub-store-parser.loon.min.js
vendored
@ -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
|
||||
|
@ -203,8 +203,6 @@ async function getNodeInfo(req, res) {
|
||||
|
||||
// remove unnecessary fields
|
||||
delete data.status;
|
||||
delete data.query;
|
||||
|
||||
return data;
|
||||
});
|
||||
success(res, {
|
||||
|
4
backend/sub-store.min.js
vendored
4
backend/sub-store.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user