We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The demo site at https://www.natours.dev doesn't work properly due to the underlying API returning data in data nested results, e.g. https://www.natours.dev/api/v1/tours returns
"status": "success", "results": 10, "data": { "data": [ { "startLocation": { "type": "Point", "coordinates": [ -80.185942, 25.774772 ], "description": "Miami, USA", "address": "301 Biscayne Blvd, Miami, FL 33132, USA" },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The demo site at https://www.natours.dev doesn't work properly due to the underlying API returning data in data nested results, e.g.
https://www.natours.dev/api/v1/tours returns
The text was updated successfully, but these errors were encountered: