multicloud_rule_manager 1.1.69 → 1.1.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -46,8 +46,7 @@ export default {
|
|
|
46
46
|
method: "GET",
|
|
47
47
|
headers: {
|
|
48
48
|
"Authorization": `Bearer ${access_token}`
|
|
49
|
-
}
|
|
50
|
-
redirect: "manual"
|
|
49
|
+
}
|
|
51
50
|
}
|
|
52
51
|
);
|
|
53
52
|
const products = await safeJson(productsResp, "products");
|
|
@@ -75,8 +74,7 @@ export default {
|
|
|
75
74
|
method: "GET",
|
|
76
75
|
headers: {
|
|
77
76
|
"Authorization": `Bearer ${access_token}`
|
|
78
|
-
}
|
|
79
|
-
redirect: "manual"
|
|
77
|
+
}
|
|
80
78
|
}
|
|
81
79
|
);
|
|
82
80
|
|
|
@@ -114,8 +112,7 @@ export default {
|
|
|
114
112
|
headers: {
|
|
115
113
|
"Authorization": `Bearer ${access_token}`,
|
|
116
114
|
"Accept": "application/json"
|
|
117
|
-
}
|
|
118
|
-
redirect: "manual"
|
|
115
|
+
}
|
|
119
116
|
}
|
|
120
117
|
);
|
|
121
118
|
|