Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
refactor(web): update api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Nov 24, 2019
1 parent 34e5b67 commit f7e1807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koolclash/webs/Module_koolclash.asp
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
throw error;
}),
parseIPIpip: (ip, elID) => {
IP.get(`https://api.skk.moe/network/parseIp/ipip/${ip}`, 'json')
IP.get(`https://api.skk.moe/network/parseIp/ipip/v3/${ip}`, 'json')
.then(resp => {
let x = '';
for (let i of resp.data) {
Expand Down

0 comments on commit f7e1807

Please sign in to comment.