diff options
-rw-r--r-- | app/gtd/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/gtd/urls.py b/app/gtd/urls.py index 6467299..837ee66 100644 --- a/app/gtd/urls.py +++ b/app/gtd/urls.py @@ -22,7 +22,7 @@ urlpatterns = [ name="note-create" ), path( - r'notes/<str:status>', + r'note/<str:status>', views.GTDNoteListView.as_view(), name="note-list-status" ), |