From c670f80aa4d0a3d796ed030fc483c154bf1d2a44 Mon Sep 17 00:00:00 2001 From: "AzureAD\\AkshayaArivoli" Date: Tue, 11 Jun 2024 18:16:03 +0530 Subject: [PATCH] Modified the serviceUrl --- ASP.NET/Vue/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASP.NET/Vue/src/App.vue b/ASP.NET/Vue/src/App.vue index ee67aaf..7801058 100644 --- a/ASP.NET/Vue/src/App.vue +++ b/ASP.NET/Vue/src/App.vue @@ -60,7 +60,7 @@ export default { data() { return { serviceUrl: 'https://ej2services.syncfusion.com/production/web-services/api/documenteditor/', - collborativeEditingServiceUrl: "https://webapplication120230413155843.azurewebsites.net/", + collborativeEditingServiceUrl: 'http://localhost:5212/', connection: null, documentName: 'Getting Started', documentTitle: 'Untitled Document',