We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c5534 commit 4ac55fdCopy full SHA for 4ac55fd
1 file changed
MyApp/Components/Pages/gallery/DataGrid/Custom.razor
@@ -13,6 +13,6 @@
13
14
protected override async Task OnInitializedAsync()
15
{
16
- forecasts = await Http.GetFromJsonAsync<List<WeatherForecast>>("data/weather.json") ?? new();
+ forecasts = await Http.GetFromJsonAsync<List<WeatherForecast>>("/data/weather.json") ?? new();
17
}
18
0 commit comments