Skip to content

Commit

Permalink
🐛 #118 correção status sysinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Sep 27, 2022
1 parent abecfbc commit 9bf2dd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static function info()
public static function getInfo(Request $request, Response $response, array $args)
{
$msg = self::info();
$response = TGenericAPI::getBodyJson($msg,$response);
$response = TGenericAPI::getBodyJson($msg,$response,200);
return $response;
}
}

0 comments on commit 9bf2dd1

Please sign in to comment.