From fa77389c6027fe2273a55c7d3fd15dbd7ffb3524 Mon Sep 17 00:00:00 2001 From: Vivek P Prakash Date: Mon, 1 Dec 2025 05:20:39 +0530 Subject: [PATCH] Updates for the event images --- mobile_web_api/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile_web_api/urls.py b/mobile_web_api/urls.py index 4fc5a47..a9d27c3 100644 --- a/mobile_web_api/urls.py +++ b/mobile_web_api/urls.py @@ -17,5 +17,5 @@ urlpatterns += [ path('events/pincode-events/', EventListAPI.as_view()), path('events/event-details/', EventDetailAPI.as_view()), - path('events//images/', EventImagesListAPI.as_view()), + path('events/event-images/', EventImagesListAPI.as_view()), ]