Skip to content

Commit

Permalink
Update ServiceController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
thutex authored Oct 22, 2020
1 parent e7e5d38 commit c25ab82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function monthlyAction()
public function jsonAction()
{
$backend = new Backend();
$response = $backend->configdRun("vnstat --json");
$response = $backend->configdRun("vnstat json");
return array("response" => $response);
}

Expand Down

0 comments on commit c25ab82

Please sign in to comment.