piyushgarg-dev / review-app

Frontend Review Management Application | https://youtu.be/JD3NQsB3TQI
https://review-app-five.vercel.app
GNU General Public License v3.0
193 stars 281 forks source link

[Docs]: Incorrect path for env variable NEXT_PUBLIC_AWS_API_URL in CONTRIBUTING.md #271

Closed cybertron15 closed 1 year ago

cybertron15 commented 1 year ago

Describe the bug

path for env variable NEXT_PUBLIC_AWS_API_URL in CONTRIBUTING.md is http://localhost:8000/local which will not work as GraphQL backend is now being hosted on http://localhost:8000/development

To Reproduce

  1. Go to CONTRIBUTING.md
  2. Check Setting Up the Development Environment section
  3. See error

Expected behavior

the correct value should be http://localhost:8000/development

Screenshots/Videos

No response

Additional context

No response

Please checkmark the following checklist

github-actions[bot] commented 1 year ago

Hey @cybertron15 😃,

Thank you for raising an issue. Soon, the owner/maintainers will review it and offer feedback/suggestions. Meanwhile if you enjoy contributing to the project, please consider giving it a star ⭐.