mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 21:55:30 +02:00
🩹 Fix typo in PublicIp Widget endpoint definition for ip-api provider
This commit is contained in:
parent
b205e01620
commit
02b40459ca
@ -26,7 +26,7 @@ export default {
|
||||
return `${widgetApiEndpoints.publicIp2}?apiKey=${this.apiKey}`;
|
||||
} else if (this.provider === 'ip2location.io') {
|
||||
return `${widgetApiEndpoints.publicIp4}?key=${this.apiKey}`;
|
||||
} else if (this.provider === 'ipapi') {
|
||||
} else if (this.provider === 'ip-api') {
|
||||
return widgetApiEndpoints.publicIp3;
|
||||
}
|
||||
return widgetApiEndpoints.publicIp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user