for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ApiBundle\Controller;
class DefaultController extends RestController
{
public function indexAction()
return $this->render('default/index.html.twig', []);
}