rburrito / reservationData

1 stars 1 forks source link

Recommendation for deployment #1

Open JorgeAcostaDLP opened 4 years ago

JorgeAcostaDLP commented 4 years ago

https://github.com/rlaw125/reservationData/blob/e49b827b71c4f0cdd416a4b33c77c68a8652af8f/public/js/main.js#L10

Once you are ready to deploy, I had issues with this fetch functions. Instead of fetch("http://localhost:3000/reservations")

I just did: fetch("/reservations")

because heroku will not be localhost.