feat(split): strip AuthBlocks from DeepDrftWeb; move CMS controllers to DeepDrftManager
Public host is now auth-free: no AuthBlocks, no DeepDrftCms ref, no stealth routing. MainLayout restored to full chrome. DeepDrft.Content/.Cms HttpClients wired on Manager.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
@page "/"
|
||||
@rendermode InteractiveAuto
|
||||
@using DeepDrftWeb.Client.Services
|
||||
@using Microsoft.AspNetCore.Authorization
|
||||
@attribute [AllowAnonymous]
|
||||
|
||||
<PageTitle>Deep DRFT - Electronic Music Collective</PageTitle>
|
||||
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
@page "/tracks"
|
||||
@rendermode InteractiveAuto
|
||||
@using Microsoft.AspNetCore.Authorization
|
||||
@using DeepDrftWeb.Client.Controls
|
||||
@attribute [AllowAnonymous]
|
||||
|
||||
<PageTitle>DeepDrft Track Gallery</PageTitle>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user