custom-element-flow
Advanced tools
Comparing version 1.0.62 to 1.0.63
@@ -88,3 +88,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
if (authData) { | ||
const { data } = yield axios.post('https://manage.wix.com/account/sites/v2/sites/query', { | ||
const { data } = yield axios.post('ttps://dev.wix.com/development-sites-manager/v1/development-sites', { | ||
templateId: "a573279f-ae6f-46d1-8556-7c93ae9b2c84" | ||
@@ -91,0 +91,0 @@ }, { |
{ | ||
"name": "custom-element-flow", | ||
"version": "1.0.62", | ||
"version": "1.0.63", | ||
"description": "My New Project description.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -109,3 +109,3 @@ import axios from 'axios'; | ||
if (authData) { | ||
const { data } = await axios.post<{ developmentSite: DevSite }>('https://manage.wix.com/account/sites/v2/sites/query', | ||
const { data } = await axios.post<{ developmentSite: DevSite }>('ttps://dev.wix.com/development-sites-manager/v1/development-sites', | ||
{ | ||
@@ -112,0 +112,0 @@ templateId: "a573279f-ae6f-46d1-8556-7c93ae9b2c84" |
68497