Home finished

This commit is contained in:
2026-01-20 12:08:36 +01:00
parent 2751b4181d
commit 1ab403b3b3
5 changed files with 84 additions and 17 deletions

View File

@@ -1,5 +1,4 @@
@page "/favorites"
@rendermode InteractiveServer
<PageTitle>Favorites</PageTitle>
@@ -15,8 +14,5 @@
{
var movies = await OmdbService.FetchMovies("Matrix");
var movieDetail = await OmdbService.FetchMovieDetail("tt11749868");
await JSRuntime.InvokeVoidAsync("console.log", movies);
await JSRuntime.InvokeVoidAsync("console.log", movieDetail);
}
}