From b8e9049b334d92ae903796fe6b2bce6fc477e820 Mon Sep 17 00:00:00 2001 From: Bharath Date: Tue, 23 Apr 2024 15:12:06 +0530 Subject: [PATCH 1/2] 882946: Updated the old service url with the new one --- Vue2/src/App.vue | 2 +- Vue2/src/title-bar.ts | 2 +- Vue3/src/App.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Vue2/src/App.vue b/Vue2/src/App.vue index 80506bb..6d2d8b0 100644 --- a/Vue2/src/App.vue +++ b/Vue2/src/App.vue @@ -32,7 +32,7 @@ export default Vue.extend({ }, data: function() { return { - hostUrl : 'https://ej2services.syncfusion.com/production/web-services/', + hostUrl : 'https://services.syncfusion.com/vue/production/', documentName : 'Getting Started', documentTitle: 'Untitled Document', iconStyle: 'float:right;background: transparent;box-shadow:none;border-color: transparent;border-radius: 2px;color:inherit;font-size:12px;text-transform:capitalize;margin-top:4px;height:28px;font-weight:400;font-family:inherit;', diff --git a/Vue2/src/title-bar.ts b/Vue2/src/title-bar.ts index 6112277..a37a0aa 100644 --- a/Vue2/src/title-bar.ts +++ b/Vue2/src/title-bar.ts @@ -28,7 +28,7 @@ export default Vue.extend({ }, data: function () { return { - hostUrl: 'https://ej2services.syncfusion.com/production/web-services/', + hostUrl: 'https://services.syncfusion.com/vue/production/', documentName: 'Getting Started', documentTitle: 'Untitled Document', iconStyle: 'float:right;background: transparent;box-shadow:none;border-color: transparent;border-radius: 2px;color:inherit;font-size:12px;text-transform:capitalize;margin-top:4px;height:28px;font-weight:400;font-family:inherit;', diff --git a/Vue3/src/App.vue b/Vue3/src/App.vue index d149254..f90394f 100644 --- a/Vue3/src/App.vue +++ b/Vue3/src/App.vue @@ -47,7 +47,7 @@ export default { data() { return { serviceUrl: - 'https://ej2services.syncfusion.com/production/web-services/api/documenteditor/', + 'https://services.syncfusion.com/vue/production/api/documenteditor/', documentName: 'Getting Started', documentTitle: 'Untitled Document', iconStyle: From 628cab03a2e7d1c0d4cd0a67eb16132f33dd9124 Mon Sep 17 00:00:00 2001 From: Bharath Date: Tue, 23 Apr 2024 15:13:42 +0530 Subject: [PATCH 2/2] 882946: Updated the old service url with the new one --- Vue3/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vue3/src/App.vue b/Vue3/src/App.vue index f90394f..8cd1b8f 100644 --- a/Vue3/src/App.vue +++ b/Vue3/src/App.vue @@ -34,7 +34,7 @@ import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css'; import '../node_modules/@syncfusion/ej2-vue-documenteditor/styles/material.css'; import '../node_modules/@syncfusion/ej2-vue-buttons/styles/material.css'; import '../node_modules/@syncfusion/ej2-vue-splitbuttons/styles/material.css'; - + //Component registeration export default { name: 'App',