run widget

This commit is contained in:
xinatorus 2020-05-26 21:01:03 +02:00
parent c961bc2c88
commit ae0d5b86ad
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ class WidgetApi extends ApiController{
$response = !$lastValue;
}
$this->response($response);
$this->response(['value' => $response]);
}
}