Skip to content

Commit

Permalink
Modified the serviceUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshaya0404 committed Jun 11, 2024
1 parent 3cbef84 commit c670f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ASP.NET/Vue/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c670f80

Please # to comment.