Merge branch 'routing-fix2' into dev

This commit is contained in:
Daniel Harvey
2026-05-19 08:33:35 -04:00
3 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
@rendermode InteractiveAuto
@using DeepDrftWeb.Client.Controls
@using DeepDrftWeb.Client.Controls
@using DeepDrftWeb.Client.Controls.AudioPlayerBar
@using DeepDrftWeb.Client.Services
@using DeepDrftWeb.Client.Common
+1
View File
@@ -1,4 +1,5 @@
@page "/"
@rendermode InteractiveAuto
@using DeepDrftWeb.Client.Services
@using Microsoft.AspNetCore.Authorization
@attribute [AllowAnonymous]
@@ -1,4 +1,5 @@
@page "/tracks"
@rendermode InteractiveAuto
@using Microsoft.AspNetCore.Authorization
@using DeepDrftWeb.Client.Controls
@attribute [AllowAnonymous]