UPDATE
This commit is contained in:
+1
-2
@@ -1,9 +1,8 @@
|
||||
from django.urls import path
|
||||
|
||||
from .views import FarmAlertsTimelineView, FarmAlertsTrackerView
|
||||
from .views import FarmAlertsTrackerView
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path("tracker/", FarmAlertsTrackerView.as_view(), name="farm-alerts-tracker"),
|
||||
path("timeline/", FarmAlertsTimelineView.as_view(), name="farm-alerts-timeline"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user