mirror of
https://github.com/TurTaskProject/TurTaskWeb.git
synced 2025-12-19 05:54:07 +01:00
write weekly urls
This commit is contained in:
parent
14d656544b
commit
ae89254529
@ -1,6 +1,7 @@
|
||||
from django.urls import path
|
||||
from .views import DashboardStatsAPIView
|
||||
from .views import DashboardStatsAPIView, WeeklyStatsAPIView
|
||||
|
||||
urlpatterns = [
|
||||
path('dashboard/stats/', DashboardStatsAPIView.as_view(), name='dashboard-stats'),
|
||||
path('dashboard/weekly-stats/', WeeklyStatsAPIView.as_view(), name='dashboard-weekly-stats'),
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user