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";

Last updated