Skip to content

Commit ed51426

Browse files
added url to add event
1 parent e68c0c5 commit ed51426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tickets/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
path('events/<int:event_id>/', views.event, name='event'),
3737
path('auth/jwt/create/', views.CustomTokenObtainPairView.as_view(), name='custom_token_obtain_pair'),
3838
path('events/<int:id>/apikey', views.event_apikey),
39-
39+
path('add_event/', views.add_event),
4040
path('auth/', include('djoser.urls')),
4141
path('auth/', include('djoser.urls.jwt')),
4242
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)

0 commit comments

Comments
 (0)