corincerami / mars-photo-api

A Rails API for photo data from NASA's Mars Rovers
https://api.nasa.gov/#MarsPhotos
GNU General Public License v3.0
346 stars 46 forks source link

Fix base URL link for curiosity scraper #166

Closed machinecj closed 1 year ago

machinecj commented 2 years ago

The current base URL for curiosity scraper redirects from mars.jpl.nasa.gov to mars.nasa.gov where the images are hosted. I was having issues using the API to display images from curiosity due to the redirect. The other rover scrapers do not have the issue since they pull from mars.nasa.gov. Updating the URL to fix.