diff options
author | marwolaethblack <a.unal677@gmail.com> | 2017-11-23 11:54:46 +0100 |
---|---|---|
committer | marwolaethblack <a.unal677@gmail.com> | 2017-11-23 11:54:46 +0100 |
commit | 0575ee556944b85e14bdc664bb9e67234edf1836 (patch) | |
tree | 2cd38500732360276321f27ed461aa8b52269bb7 /src/AppBundle/Controller/DefaultController.php | |
parent | 4312b353dbb4b448d551975b63db9c95b3eef4f5 (diff) |
Show data from api
Diffstat (limited to 'src/AppBundle/Controller/DefaultController.php')
-rw-r--r-- | src/AppBundle/Controller/DefaultController.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/AppBundle/Controller/DefaultController.php b/src/AppBundle/Controller/DefaultController.php deleted file mode 100644 index cecd334..0000000 --- a/src/AppBundle/Controller/DefaultController.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -namespace AppBundle\Controller; - -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; -use Symfony\Bundle\FrameworkBundle\Controller\Controller; -use Symfony\Component\HttpFoundation\Request; - -class DefaultController extends Controller -{ - /** - * @Route("/", name="homepage") - */ - public function indexAction(Request $request) - { - // replace this example code with whatever you need - return $this->render('default/index.html.twig', [ - 'base_dir' => realpath($this->getParameter('kernel.project_dir')).DIRECTORY_SEPARATOR, - ]); - } -} |