From 5c3ffa50d0bffd455e1882ddbf423182c79d7cea Mon Sep 17 00:00:00 2001 From: Lautaro Dragan Date: Tue, 27 Nov 2018 16:32:23 -0300 Subject: [PATCH] Update default Po.et API URL (#44) --- includes/class-poet-activator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-poet-activator.php b/includes/class-poet-activator.php index 80df11c..5f0ee03 100755 --- a/includes/class-poet-activator.php +++ b/includes/class-poet-activator.php @@ -26,7 +26,7 @@ public static function activate() { return; } $default = array( - 'api_url' => 'https://api.frost.po.et/works', + 'api_url' => 'https://api.poetnetwork.net/works', 'token' => '', 'active' => 1, );