aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/StaticController.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-04 18:06:42 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-04 18:06:42 +0100
commit6e334aba689f891a229c8a57f908f10dad5b3759 (patch)
treef6c8ceb5dd611a1f2d2c3c0fd48ed76890e27d31 /src/Wallabag/CoreBundle/Controller/StaticController.php
parent42a9064620eb73eaa42928a22eeec86299d4a883 (diff)
downloadwallabag-6e334aba689f891a229c8a57f908f10dad5b3759.tar.gz
wallabag-6e334aba689f891a229c8a57f908f10dad5b3759.tar.zst
wallabag-6e334aba689f891a229c8a57f908f10dad5b3759.zip
for GET /api/entries, star, delete and archive status are no more necessary
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller/StaticController.php')
-rw-r--r--src/Wallabag/CoreBundle/Controller/StaticController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/StaticController.php b/src/Wallabag/CoreBundle/Controller/StaticController.php
index 513a6c11..07931f58 100644
--- a/src/Wallabag/CoreBundle/Controller/StaticController.php
+++ b/src/Wallabag/CoreBundle/Controller/StaticController.php
@@ -18,7 +18,6 @@ class StaticController extends Controller
18 ); 18 );
19 } 19 }
20 20
21
22 /** 21 /**
23 * @Route("/", name="homepage") 22 * @Route("/", name="homepage")
24 */ 23 */