Skip to content

Commit 8cb0a6c

Browse files
889328: Need to move the web service link into 'services.syncfusion.com' from 'ej2services.syncfusion.com
1 parent bc83a65 commit 8cb0a6c

File tree

1 file changed

+1
-1
lines changed
  • ej2-asp-core-mvc/code-snippet/rich-text-editor/file-browser

1 file changed

+1
-1
lines changed

ej2-asp-core-mvc/code-snippet/rich-text-editor/file-browser/controller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
public ActionResult Index()
44
{
5-
string hostUrl = "https://services.syncfusion.com/aspnet/production/";
5+
string hostUrl = "https://ej2-aspcore-service.azurewebsites.net/";
66
ViewBag.ajaxSettings = new {
77
url = hostUrl + "api/FileManager/FileOperations",
88
getImageUrl = hostUrl + "api/FileManager/GetImage",

0 commit comments

Comments
 (0)