Change: make region optional for gluetun api response

This commit is contained in:
shamoon 2024-12-28 20:52:18 -08:00
parent 10bc8a15a9
commit 3f4fcea223
No known key found for this signature in database

View File

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