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")
*/