UPDATE
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
from django.urls import path
|
||||
|
||||
from .views import CropHealthSummaryView
|
||||
from .views import CropHealthSummaryView, NdviHealthView
|
||||
|
||||
urlpatterns = [
|
||||
path("ndvi-health/", NdviHealthView.as_view(), name="crop-health-ndvi-health"),
|
||||
path("summary/", CropHealthSummaryView.as_view(), name="crop-health-summary"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user