diff --git a/ASP.NET Core/Pages/Index.cshtml b/ASP.NET Core/Pages/Index.cshtml
index 1b39753..31a64ca 100644
--- a/ASP.NET Core/Pages/Index.cshtml
+++ b/ASP.NET Core/Pages/Index.cshtml
@@ -27,7 +27,7 @@
//Documenteditor control rendering starts
- var hostUrl = 'https://ej2services.syncfusion.com/production/web-services/';
+ var hostUrl = 'https://services.syncfusion.com/js/production/';
var container = new ej.documenteditor.DocumentEditorContainer({ height:'590px' });
ej.documenteditor.DocumentEditorContainer.Inject(ej.documenteditor.Toolbar);
container.serviceUrl = hostUrl + 'api/documenteditor/';
diff --git a/Typescript/src/app/app.ts b/Typescript/src/app/app.ts
index f16d2a1..7aab898 100644
--- a/Typescript/src/app/app.ts
+++ b/Typescript/src/app/app.ts
@@ -6,7 +6,7 @@ import { ListView, SelectEventArgs } from '@syncfusion/ej2-lists';
* Default document editor sample
*/
// tslint:disable:max-func-body-length
- let hostUrl: string = 'https://ej2services.syncfusion.com/production/web-services/';
+ let hostUrl: string = 'https://services.syncfusion.com/js/production/';
let container: DocumentEditorContainer = new DocumentEditorContainer({enableToolbar: true, height: '590px'
});
DocumentEditorContainer.Inject(Toolbar);