Merge branch 'routing-fix2' into dev
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
@rendermode InteractiveAuto
|
@using DeepDrftWeb.Client.Controls
|
||||||
@using DeepDrftWeb.Client.Controls
|
|
||||||
@using DeepDrftWeb.Client.Controls.AudioPlayerBar
|
@using DeepDrftWeb.Client.Controls.AudioPlayerBar
|
||||||
@using DeepDrftWeb.Client.Services
|
@using DeepDrftWeb.Client.Services
|
||||||
@using DeepDrftWeb.Client.Common
|
@using DeepDrftWeb.Client.Common
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
@page "/"
|
@page "/"
|
||||||
|
@rendermode InteractiveAuto
|
||||||
@using DeepDrftWeb.Client.Services
|
@using DeepDrftWeb.Client.Services
|
||||||
@using Microsoft.AspNetCore.Authorization
|
@using Microsoft.AspNetCore.Authorization
|
||||||
@attribute [AllowAnonymous]
|
@attribute [AllowAnonymous]
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
@page "/tracks"
|
@page "/tracks"
|
||||||
|
@rendermode InteractiveAuto
|
||||||
@using Microsoft.AspNetCore.Authorization
|
@using Microsoft.AspNetCore.Authorization
|
||||||
@using DeepDrftWeb.Client.Controls
|
@using DeepDrftWeb.Client.Controls
|
||||||
@attribute [AllowAnonymous]
|
@attribute [AllowAnonymous]
|
||||||
|
|||||||
Reference in New Issue
Block a user