mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
Change: make region optional for gluetun api response (#4512)
This commit is contained in:
parent
10bc8a15a9
commit
4f27ffbe2d
1 changed files with 1 additions and 1 deletions
|
@ -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"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue