mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Change: make region optional for gluetun api response (#4512)
This commit is contained in:
@@ -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"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user