We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2799efd commit f2d3005Copy full SHA for f2d3005
includes/class-admin-settings.php
@@ -74,7 +74,7 @@ public static function get_instance() {
74
*/
75
private function get_default_settings() {
76
$options = [];
77
- $options['api_host'] = 'api.aspirecloud.org';
+ $options['api_host'] = 'api.aspirecloud.net';
78
return $options;
79
}
80
0 commit comments