fix(host-ui): accept deep-link routes and normalize shell path
This commit is contained in:
@@ -5,7 +5,7 @@ from fupogfakta.models import Category
|
||||
|
||||
|
||||
@login_required
|
||||
def host_screen(request):
|
||||
def host_screen(request, spa_path=None):
|
||||
categories = Category.objects.filter(is_active=True).order_by("name")
|
||||
return render(request, "lobby/host_screen.html", {"categories": categories})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user