Skip to content

Commit

Permalink
Edit/run of demos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
enchev committed Nov 13, 2024
1 parent cbecf5b commit df9887b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RadzenBlazorDemos.Host/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

app.UseHttpsRedirection();
app.UseDefaultFiles();
app.UseStaticFiles();
app.MapStaticAssets();
app.UseRouting();
app.UseAntiforgery();
app.MapRazorPages();
Expand Down

0 comments on commit df9887b

Please sign in to comment.