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 e04b24c47b..66c726d80e 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://ej2-aspcore-service.azurewebsites.net/"; + string hostUrl = "https://services.syncfusion.com/aspnet/production/"; ViewBag.ajaxSettings = new { url = hostUrl + "api/FileManager/FileOperations", getImageUrl = hostUrl + "api/FileManager/GetImage",