PartKeepr\SetupBundle\Controller\SetupController::webserverTestAction PHP Method

webserverTestAction() public method

public webserverTestAction ( )
    public function webserverTestAction()
    {
        $response = ['success' => true, 'message' => 'Web Server configuration OK', 'errors' => []];
        return new JsonResponse($response);
    }