fix: Updates url
This commit is contained in:
parent
0ca48545bd
commit
992c3f67d9
1 changed files with 2 additions and 2 deletions
|
|
@ -8,9 +8,9 @@ urlpatterns = [
|
|||
name='schedule-xml',
|
||||
),
|
||||
path(
|
||||
'api/v1/event/<str:organizer>/<str:event>/schedule.xml',
|
||||
'api/v1/event/<str:organizer>/<str:event>/schedule.json',
|
||||
CongressScheduleJSONView.as_view(),
|
||||
name='schedule-xml',
|
||||
name='schedule-json',
|
||||
),
|
||||
path(
|
||||
'api/v1/event/<str:organizer>/<str:event>/schedule.md',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue