From 926abd21ed9f57250b4f812c82ad042247b59b36 Mon Sep 17 00:00:00 2001 From: Bharath Date: Tue, 23 Apr 2024 15:22:09 +0530 Subject: [PATCH 1/2] 882946: Updated the old service url with the new one --- Client-Side/src/app/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client-Side/src/app/app.ts b/Client-Side/src/app/app.ts index 15962af..8585256 100644 --- a/Client-Side/src/app/app.ts +++ b/Client-Side/src/app/app.ts @@ -7,7 +7,7 @@ import { Button } from '@syncfusion/ej2-buttons'; */ - let hostUrl: string = 'https://ej2services.syncfusion.com/production/web-services/'; + let hostUrl: string = 'https://services.syncfusion.com/js/production/'; let contentChanged: boolean = false; let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true,height:'590px' }); DocumentEditorContainer.Inject(Toolbar); From 7c500703476c0d625b7963c4b1e05f531115d652 Mon Sep 17 00:00:00 2001 From: Bharath Date: Tue, 23 Apr 2024 15:23:06 +0530 Subject: [PATCH 2/2] 882946: Updated the old service url with the new one --- Client-Side/src/app/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client-Side/src/app/app.ts b/Client-Side/src/app/app.ts index 8585256..548c536 100644 --- a/Client-Side/src/app/app.ts +++ b/Client-Side/src/app/app.ts @@ -3,7 +3,7 @@ import { DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor import { TitleBar } from './title-bar'; import { Button } from '@syncfusion/ej2-buttons'; /** - * Default document editor sample + * Default document editor sample */