aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/StaticController.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2015-08-20 20:10:32 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2015-08-20 20:39:26 +0200
commit6eebd8c90941ddfe8eeca1961f7a7a493e227687 (patch)
treea0563695f05ecde2e760402c79ff816b35212be9 /src/Wallabag/CoreBundle/Controller/StaticController.php
parent0ab7404f93670ed161b67528c1a61c5bfa92d42b (diff)
downloadwallabag-6eebd8c90941ddfe8eeca1961f7a7a493e227687.tar.gz
wallabag-6eebd8c90941ddfe8eeca1961f7a7a493e227687.tar.zst
wallabag-6eebd8c90941ddfe8eeca1961f7a7a493e227687.zip
Remove unsed things
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller/StaticController.php')
-rw-r--r--src/Wallabag/CoreBundle/Controller/StaticController.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/StaticController.php b/src/Wallabag/CoreBundle/Controller/StaticController.php
index 3b844b44..64875a66 100644
--- a/src/Wallabag/CoreBundle/Controller/StaticController.php
+++ b/src/Wallabag/CoreBundle/Controller/StaticController.php
@@ -28,12 +28,4 @@ class StaticController extends Controller
28 array() 28 array()
29 ); 29 );
30 } 30 }
31
32 /**
33 * @Route("/", name="homepage")
34 */
35 public function apiAction()
36 {
37 return $this->redirect($this->generateUrl('nelmio_api_doc_index'));
38 }
39} 31}