diff --git a/Components/Pages/Home.razor b/Components/Pages/Home.razor index f0bec20..b03c298 100644 --- a/Components/Pages/Home.razor +++ b/Components/Pages/Home.razor @@ -25,10 +25,10 @@
- + @@ -89,7 +89,7 @@ { var path = selectedFile.FilterPath == null ? "/" : selectedFile.FilterPath; var updatedPath = path.Replace("\\", "//"); - var url = "https://ej2-aspcore-service.azurewebsites.net/api/FileManager/GetImage" + "?path=" + updatedPath + selectedFile.Name; + var url = "https://physical-service.syncfusion.com/api/FileManager/GetImage" + "?path=" + updatedPath + selectedFile.Name; await rteObj.FocusAsync(); await rteObj.RestoreSelectionAsync();