Skip to main content

How to Change server url

How to Change server url

eShop

2. Go to lib > settings.dart. Here you have to change your API server url. Don't forget to add a slash(/) after the api keyword.

  • Example: Change this:
String baseUrl = "https://yourdomain.com/api";

to this:

String baseUrl = "https://yourdomain.com/api/";

eShop