From b388e94959f5993aff9c396569542d6dcf432e6b Mon Sep 17 00:00:00 2001 From: cp-jagruti-a Date: Sat, 4 Nov 2023 11:19:31 +0530 Subject: [PATCH] Create API to fetch career page images and show them on career page --- jobs/life_perks_images.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/life_perks_images.go b/jobs/life_perks_images.go index cba93851f..2ac9dea3e 100644 --- a/jobs/life_perks_images.go +++ b/jobs/life_perks_images.go @@ -11,7 +11,7 @@ import ( type LifePerksImages struct { Id int `json:"id"` - ImageUrls string `json:"imageUrls" db:"imageurls"` + ImageUrls string `json:"imageUrls"` Index int `json:"index"` }