From a1829299f88b798bc4f9d4ce7b381cf554cca96a Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 1 Jul 2023 07:37:41 -0400 Subject: [PATCH] blog media --- www-api/app/Controllers/WrenchBlog.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);