Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Missed on case of 'sender'
Browse files Browse the repository at this point in the history
  • Loading branch information
danielquinn committed Mar 5, 2016
1 parent 8b54168 commit 5c41e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paperless/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
)

router = DefaultRouter()
router.register(r'senders', CorrespondentViewSet)
router.register(r'correspondents', CorrespondentViewSet)
router.register(r'tags', TagViewSet)
router.register(r'documents', DocumentViewSet)
router.register(r'logs', LogViewSet)
Expand Down

0 comments on commit 5c41e71

Please sign in to comment.