Updates for the event images

This commit is contained in:
Vivek P Prakash
2025-12-01 05:27:43 +05:30
parent e297ee601f
commit 66fa8e3e5e
2 changed files with 11 additions and 12 deletions

View File

@@ -175,7 +175,7 @@ class EventImagesListAPI(APIView):
{"status": "error", "message": "token does not match user"}
)
event_images = EventImages.objects.filter(id=event_id)
event_images = EventImages.objects.filter(event=event_id)
res_data = {}
res_data["status"] = "success"
event_images_list = []