Skip to content

Commit 02ca14b

Browse files
committed
add author endpoint to urls
1 parent a38e8d9 commit 02ca14b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api/urls.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
ParliamentaryCycleCreateView,
99
SpeechView,
1010
AuthorHistoryView,
11+
AuthorView,
1112
health_check,
1213
)
1314

@@ -24,5 +25,6 @@
2425
name="parliamentary-cycle-create",
2526
),
2627
path("author-history/", AuthorHistoryView.as_view(), name="author-history"),
28+
path("author/", AuthorView.as_view(), name="author"),
2729
path("health/", health_check, name="health"),
2830
]

0 commit comments

Comments
 (0)