Merge branch 'fix-layout-routing' into dev
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
@page "/"
|
@page "/"
|
||||||
@using DeepDrftWeb.Client.Services
|
@using DeepDrftWeb.Client.Services
|
||||||
|
@using Microsoft.AspNetCore.Authorization
|
||||||
|
@attribute [AllowAnonymous]
|
||||||
|
|
||||||
<PageTitle>Deep DRFT - Electronic Music Collective</PageTitle>
|
<PageTitle>Deep DRFT - Electronic Music Collective</PageTitle>
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
@page "/tracks"
|
@page "/tracks"
|
||||||
|
@using Microsoft.AspNetCore.Authorization
|
||||||
@using DeepDrftWeb.Client.Controls
|
@using DeepDrftWeb.Client.Controls
|
||||||
|
@attribute [AllowAnonymous]
|
||||||
|
|
||||||
<PageTitle>DeepDrft Track Gallery</PageTitle>
|
<PageTitle>DeepDrft Track Gallery</PageTitle>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user