Skip to content

Commit

Permalink
Create API to fetch career page images and show them on career page
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-jagruti-a committed Nov 4, 2023
1 parent dfcc741 commit b388e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/life_perks_images.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit b388e94

Please sign in to comment.