Skip to content

Commit c0fdaff

Browse files
authored
Update urls.py
1 parent 3c836e9 commit c0fdaff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/api/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
path('v1/events/all/', views.all_events, name='all_events'),
2626
path('v1/events/', views.active_events, name='active_events'),
2727
# Quotes
28-
path('v1/quotes/', views.quote, name='quote'),
28+
path('v1/quotes/', views.random_quote, name='random_quote'),
2929
]

0 commit comments

Comments
 (0)