diff --git a/src/components/Administrators.vue b/src/components/Administrators.vue index a536880..eaf4a5f 100644 --- a/src/components/Administrators.vue +++ b/src/components/Administrators.vue @@ -54,7 +54,7 @@

Find relevant helpful articles for marketing preschool solutions below and get to know more about the same.

- +
{{ marketing.date}}

{{ marketing.title}}

@@ -135,7 +135,7 @@

Read the most suitable administration preschool solutions and be familiar with all necessary information for your management decisions.

- +
{{ adminstration.date}}

{{ adminstration.meta}}

@@ -427,7 +427,7 @@ export default { // }, // body: JSON.stringify(formData) // }; - // fetch('https://curriculum-app-api.beanstalkedu.com/items/contact_form', dataToSave) + // fetch('https://management.beanstalkedu.com/items/contact_form', dataToSave) // .then(response => response.json()) // .then(data => this.contact_form = data.data); // // console.log(this.contact_form) @@ -435,13 +435,13 @@ export default { // } }, mounted: function () { - fetch('https://curriculum-app-api.beanstalkedu.com/items/blog?filter[status][_eq]=published&filter[category][_eq]=marketing&limit=3&sort=sort,-date_created&filter[property][_eq]=teenybeans_curriculum') + fetch('https://management.beanstalkedu.com/items/blog?filter[status][_eq]=published&filter[category][_eq]=marketing&limit=3&sort=sort,-date_created&filter[property][_eq]=teenybeans_curriculum') .then(resp => resp.json()) .then(data => { this.marketing=data.data // console.log(this.marketing) }) - fetch('https://curriculum-app-api.beanstalkedu.com/items/blog?filter[status][_eq]=published&filter[category][_eq]=adminstration&limit=3&sort=sort,-date_created&filter[property][_eq]=teenybeans_curriculum') + fetch('https://management.beanstalkedu.com/items/blog?filter[status][_eq]=published&filter[category][_eq]=adminstration&limit=3&sort=sort,-date_created&filter[property][_eq]=teenybeans_curriculum') .then(resp => resp.json()) .then(data => { this.adminstration=data.data diff --git a/src/components/Audio-books.vue b/src/components/Audio-books.vue index 92ddeea..3e11fde 100644 --- a/src/components/Audio-books.vue +++ b/src/components/Audio-books.vue @@ -39,7 +39,7 @@
- +

{{audiobooks.title}}

@@ -61,14 +61,14 @@