From a314d9a2a2bcaf13e1d5c3a89e1edea3858cf8c3 Mon Sep 17 00:00:00 2001 From: Bharath Date: Tue, 23 Apr 2024 15:17:46 +0530 Subject: [PATCH] 882946: Updated the old service url with the new one --- Javascript/src/app/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Javascript/src/app/app.ts b/Javascript/src/app/app.ts index 23c6efb..ec6fc16 100644 --- a/Javascript/src/app/app.ts +++ b/Javascript/src/app/app.ts @@ -10,7 +10,7 @@ import { ColorPicker, ColorPickerEventArgs } from '@syncfusion/ej2-inputs'; */ -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: '700px' }); DocumentEditorContainer.Inject(Toolbar);