anuragxxd / social-media-app

This Project focuses on connecting the people from around the world.
https://socialapes.herokuapp.com/
MIT License
6 stars 6 forks source link

add const API and API_ROUTE_PATH #4

Open djgovani opened 3 years ago

anuragxxd commented 3 years ago

Can you explain how it does good to the app. :)

djgovani commented 3 years ago

Can you explain how it does good to the app. :)

I have added a const variable so if api change in the future to api2 or something else then we just need to update the one variable and it'll reflect the entire file where it used. In this, we can more improve this by adding the environment variable.

anuragxxd commented 3 years ago

That's good, let review this then I will merge it. :)