Connect To Backend

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/store/index.js to change baseUrl variable value.

baseUrl: 'https://YOUR_SERVER_DOMAIN/api'
         // https://fuodz.thesnaptask.com/api/

Last updated