diff --git a/www-api/app/Controllers/WrenchBlog.php b/www-api/app/Controllers/WrenchBlog.php index a294b142..04d9ed08 100644 --- a/www-api/app/Controllers/WrenchBlog.php +++ b/www-api/app/Controllers/WrenchBlog.php @@ -86,8 +86,8 @@ class WrenchBlog extends BaseController $res1['blogconfig'] = [ - "media_url" => "https://blog.wrenchboard.com", - "other_cofig1" => "NONE", + "media_url" => "https://blog.wrenchboard.com/wp-content/uploads", + "site_url" => "https://blog.wrenchboard.com", "other_cofig2" => "NONE", ]; return $this->response->setJson($res1);