diff --git a/www-api/app/Controllers/WrenchResources.php b/www-api/app/Controllers/WrenchResources.php index 558451a7..26142e92 100644 --- a/www-api/app/Controllers/WrenchResources.php +++ b/www-api/app/Controllers/WrenchResources.php @@ -144,21 +144,25 @@ class WrenchResources extends BaseController "id" => "0", "name" => "blog", "content" => "Blog", + "enabled" => 1 ], [ "id" => "1", "name" => "onsale", "content" => "Questions?", + "enabled" => 1 ], [ "id" => "2", "name" => "owned", "content" => "Interesting", + "enabled" => 0 ], [ "id" => "3", "name" => "created", "content" => "My Items", + "enabled" => 1 ], ]