feat: frontend using django-vite + blabla
This commit is contained in:
+3
-2
@@ -4,7 +4,8 @@ from tracker import views
|
||||
|
||||
app_name = "tracker"
|
||||
|
||||
# Both routes serve the same SPA shell; Vue's router picks the view.
|
||||
urlpatterns = [
|
||||
path("today/", views.today, name="today"),
|
||||
path("recap/", views.recap, name="recap"),
|
||||
path("today/", views.app, name="today"),
|
||||
path("recap/", views.app, name="recap"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user