We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc83a65 commit 8cb0a6cCopy full SHA for 8cb0a6c
ej2-asp-core-mvc/code-snippet/rich-text-editor/file-browser/controller.cs
@@ -2,7 +2,7 @@
2
{
3
public ActionResult Index()
4
5
- string hostUrl = "https://services.syncfusion.com/aspnet/production/";
+ string hostUrl = "https://ej2-aspcore-service.azurewebsites.net/";
6
ViewBag.ajaxSettings = new {
7
url = hostUrl + "api/FileManager/FileOperations",
8
getImageUrl = hostUrl + "api/FileManager/GetImage",
0 commit comments