Skip to content

Commit f2d3005

Browse files
authored
Admin Settings: Change default API host from .org to .net (#266)
1 parent 2799efd commit f2d3005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-admin-settings.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static function get_instance() {
7474
*/
7575
private function get_default_settings() {
7676
$options = [];
77-
$options['api_host'] = 'api.aspirecloud.org';
77+
$options['api_host'] = 'api.aspirecloud.net';
7878
return $options;
7979
}
8080

0 commit comments

Comments
 (0)