Skip to content

Commit fdb6d8d

Browse files
committed
Added actions
1 parent b1f747a commit fdb6d8d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

components/ipstack/common/constants.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export default {
2-
32
LANGUAGE_OPTIONS: [
43
{
54
value: "ab",
@@ -695,11 +694,11 @@ export default {
695694
},
696695
{
697696
value: "vi",
698-
label: "Vietlabelse",
697+
label: "Vietnamese",
699698
},
700699
{
701700
value: "vo",
702-
label: "Volap_k",
701+
label: "Volapük",
703702
},
704703
{
705704
value: "wa",

components/ipstack/ipstack.app.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ export default {
1313
hostname: {
1414
type: "boolean",
1515
label: "Hostname",
16-
description: "If set to 1, hostname lookup will be included in the API response",
16+
description: "If set to `true`, hostname lookup will be included in the API response",
1717
optional: true,
1818
},
1919
security: {
2020
type: "boolean",
2121
label: "Security",
22-
description: "If set to 1, includes security module in the API response",
22+
description: "If set to `true`, includes security module in the API response",
2323
optional: true,
2424
},
2525
language: {
@@ -32,7 +32,7 @@ export default {
3232
},
3333
methods: {
3434
_baseUrl() {
35-
return "http://api.ipstack.com";
35+
return "https://api.ipstack.com";
3636
},
3737
async _makeRequest(opts = {}) {
3838
const {

0 commit comments

Comments
 (0)