From 8cb0a6c9deac5ca311bab3060f3ccae8b2221cb4 Mon Sep 17 00:00:00 2001 From: HarishRaja-SF4430 <159987977+HarishRaja-SF4430@users.noreply.github.com> Date: Thu, 6 Jun 2024 14:18:14 +0530 Subject: [PATCH] 889328: Need to move the web service link into 'services.syncfusion.com' from 'ej2services.syncfusion.com --- .../code-snippet/rich-text-editor/file-browser/controller.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ej2-asp-core-mvc/code-snippet/rich-text-editor/file-browser/controller.cs b/ej2-asp-core-mvc/code-snippet/rich-text-editor/file-browser/controller.cs index 66c726d80e..e04b24c47b 100644 --- a/ej2-asp-core-mvc/code-snippet/rich-text-editor/file-browser/controller.cs +++ b/ej2-asp-core-mvc/code-snippet/rich-text-editor/file-browser/controller.cs @@ -2,7 +2,7 @@ { public ActionResult Index() { - string hostUrl = "https://services.syncfusion.com/aspnet/production/"; + string hostUrl = "https://ej2-aspcore-service.azurewebsites.net/"; ViewBag.ajaxSettings = new { url = hostUrl + "api/FileManager/FileOperations", getImageUrl = hostUrl + "api/FileManager/GetImage",