@pisell/common 0.0.32 → 0.0.33
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.
|
@@ -269,7 +269,7 @@ function _updateVersion() {
|
|
|
269
269
|
pre: 'https://pre.pisellapi.com',
|
|
270
270
|
prod: 'https://pisellapi.com'
|
|
271
271
|
};
|
|
272
|
-
fetch(host[env] + '/
|
|
272
|
+
fetch(host[env] + '/shop/management-version', {
|
|
273
273
|
method: 'POST',
|
|
274
274
|
headers: {
|
|
275
275
|
'Content-Type': 'application/json'
|
|
@@ -212,7 +212,7 @@ async function updateVersion(params, env) {
|
|
|
212
212
|
pre: "https://pre.pisellapi.com",
|
|
213
213
|
prod: "https://pisellapi.com"
|
|
214
214
|
};
|
|
215
|
-
fetch(host[env] + "/
|
|
215
|
+
fetch(host[env] + "/shop/management-version", {
|
|
216
216
|
method: "POST",
|
|
217
217
|
headers: {
|
|
218
218
|
"Content-Type": "application/json"
|