Mobile API Changes for the pincode events

This commit is contained in:
Vivek P Prakash
2025-12-02 02:44:09 +05:30
parent d1c7042018
commit b2a2324c66
2 changed files with 4 additions and 2 deletions

View File

@@ -16,6 +16,5 @@ urlpatterns += [
path('events/type-list/', EventTypeListAPIView.as_view()),
path('events/pincode-events/', EventListAPI.as_view()),
path('events/event-details/', EventDetailAPI.as_view()),
path('events/event-images/', EventImagesListAPI.as_view()),
]