We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7d40c5 + 02b4045 commit 2d36386Copy full SHA for 2d36386
‎src/components/Widgets/PublicIp.vue‎
@@ -26,7 +26,7 @@ export default {
26
return `${widgetApiEndpoints.publicIp2}?apiKey=${this.apiKey}`;
27
} else if (this.provider === 'ip2location.io') {
28
return `${widgetApiEndpoints.publicIp4}?key=${this.apiKey}`;
29
- } else if (this.provider === 'ipapi') {
+ } else if (this.provider === 'ip-api') {
30
return widgetApiEndpoints.publicIp3;
31
}
32
return widgetApiEndpoints.publicIp;
0 commit comments