Change App URLS

  • Main app URL

Open zcart/lib/config/config.dart folder.

You will find a constant variable named ‘appUrl’. Change this as your website url.

  • Base App API url

In the same file above (zcart/lib/config/config.dart), you will find a constant variable named ‘appApiUrl’. Change this as your API url.

Note: input the url as the format which is already implemented, if the format doesn’t match there will be an error.

[https://(your url)/api/].

 

 

Was this page helpful?

Leave Comment