Retrieves recent gallery photos for the discovery feed (public endpoint)
cURL
curl --request GET \ --url http://localhost:3000/api/gallery/feed
{ "photos": [ {} ] }
Number of photos to retrieve
1 <= x <= 100
Feed photos retrieved successfully