We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c836e9 commit c0fdaffCopy full SHA for c0fdaff
1 file changed
apps/api/urls.py
@@ -25,5 +25,5 @@
25
path('v1/events/all/', views.all_events, name='all_events'),
26
path('v1/events/', views.active_events, name='active_events'),
27
# Quotes
28
- path('v1/quotes/', views.quote, name='quote'),
+ path('v1/quotes/', views.random_quote, name='random_quote'),
29
]
0 commit comments