4.8 Update Website URL

Go to the lib/config/wp_config.dart file and update the baseURL with your website url.

static const String baseURL = "your_website_url";

Don't use any slash (/) at the end of the URL. Just use like https://yourdomain.com

Last updated