Skip to content

Commit

Permalink
Merge pull request #206 from fga-eps-mds/bugfix/205-week-harvests
Browse files Browse the repository at this point in the history
#205 Week Harvests
  • Loading branch information
shayanealcantara authored Nov 25, 2019
2 parents 8c83700 + dc2a8b1 commit d3b033a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acacia/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
path('properties/', include('property.urls')),
path('properties', include('property.urls')),
path(
'harvests/',
'weekly_harvests/',
WeekHarvests.as_view({'get': 'list'}),
name='weekly_harvests'
),
Expand Down

0 comments on commit d3b033a

Please sign in to comment.