diff --git a/actions/HealthAction.php b/actions/HealthAction.php new file mode 100644 index 00000000..8ae5df1b --- /dev/null +++ b/actions/HealthAction.php @@ -0,0 +1,15 @@ + 200, + 'message' => 'all is good', + ]; + return new Response(Json::encode($response), 200, ['content-type' => 'application/json']); + } +}