amadeus4dev-examples / amadeus-flight-booking-node

Node.js and Vue application demonstrating the Amadeus Self-Service flight booking APIs
https://developers.amadeus.com
MIT License
16 stars 25 forks source link

Fix autocomplete in destinations #36

Closed ipgpt closed 3 years ago

ipgpt commented 3 years ago

It resolves #33

ipgpt commented 3 years ago

I agree, I will update the PR (also next one). Hmm, it's interesting, I'll try to figure out what is the reason

ipgpt commented 3 years ago

The problem was that the response came hidden all the time (good and bad). I added cors to the server and the problem was solved.