We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BASE_URL : EC2_PUBLIC_IP:EXPOSED_PORT
Ex. http://35.154.119.51:3000
BASE_API_URL : NODE_SERVER_API_URL
Ex. /api/getAll
API_URL : BASE_URL + BASE_API_URL
Ex. http://35.154.119.51:3000/api/getAll