1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-17 17:08:37 +00:00

for GET /api/entries, star, delete and archive status are no more necessary

This commit is contained in:
Nicolas Lœuillet 2015-02-04 18:06:42 +01:00
parent 42a9064620
commit 6e334aba68
3 changed files with 16 additions and 11 deletions

View file

@ -18,7 +18,6 @@ class StaticController extends Controller
);
}
/**
* @Route("/", name="homepage")
*/