Skip to content

What's the point of the index view? #40

@wooooodward

Description

@wooooodward

As far as I can tell the index URL path doesn't do anything.

backend/api/views.py

# Serve Vue Application
index_view = never_cache(TemplateView.as_view(template_name='index.html'))

backend/urls.py

# http://localhost:8000/
path('', index_view, name='index'),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions