After setting up the backend on your server. For your app to communicate with your setup backend you need to change the url endpoint on your app.
Go to src/.env to change VUE_APP_API_BASE_URL and VUE_APP_BASE_URL variable value.
VUE_APP_API_BASE_URL=https://YOUR_SERVER_DOMAIN/api VUE_APP_BASE_URL=https://YOUR_SERVER_DOMAIN
Last updated 1 year ago