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

This commit is contained in:
shamoon 2024-12-28 20:53:43 -08:00 committed by GitHub
parent 10bc8a15a9
commit 4f27ffbe2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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