Change: make region optional for gluetun api response (#4512)

pull/4519/head
shamoon 2 months ago committed by GitHub
parent 10bc8a15a9
commit 4f27ffbe2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,7 +7,7 @@ const widget = {
mappings: {
ip: {
endpoint: "publicip/ip",
validate: ["public_ip", "region", "country"],
validate: ["public_ip", "country"],
},
},
};

Loading…
Cancel
Save