Skip to content

Commit

Permalink
Testing build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zagganas committed Jun 14, 2022
1 parent 50547e7 commit 5ae2684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/SiteController.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public function actionHealth()
{
$response=Yii::$app->response;
$response->format = \yii\web\Response::FORMAT_JSON;
$response->setStatusCode(200);
$response->setStatusCode(200);
$response->send();
return;

Expand Down

0 comments on commit 5ae2684

Please sign in to comment.