aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/ExportController.php
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-08-28 15:56:17 +0200
committerGitHub <noreply@github.com>2016-08-28 15:56:16 +0200
commit13d44ca766b1020327f0b9b005dc2e95deb156a1 (patch)
treed21dcb2f718cb9c593ed20d73ca4164ee859f165 /src/Wallabag/CoreBundle/Controller/ExportController.php
parent8635ab1cd1ae90d7757a59444ef80759a040eccf (diff)
parent0184e09a66dbc400d831ba9cc045924cb16722e9 (diff)
downloadwallabag-13d44ca766b1020327f0b9b005dc2e95deb156a1.tar.gz
wallabag-13d44ca766b1020327f0b9b005dc2e95deb156a1.tar.zst
wallabag-13d44ca766b1020327f0b9b005dc2e95deb156a1.zip
Merge pull request #2243 from wallabag/feature-untagged-entries
Add untagged entries
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller/ExportController.php')
-rw-r--r--src/Wallabag/CoreBundle/Controller/ExportController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/ExportController.php b/src/Wallabag/CoreBundle/Controller/ExportController.php
index 959b308d..6191d5d7 100644
--- a/src/Wallabag/CoreBundle/Controller/ExportController.php
+++ b/src/Wallabag/CoreBundle/Controller/ExportController.php
@@ -46,7 +46,7 @@ class ExportController extends Controller
46 * 46 *
47 * @Route("/export/{category}.{format}", name="export_entries", requirements={ 47 * @Route("/export/{category}.{format}", name="export_entries", requirements={
48 * "format": "epub|mobi|pdf|json|xml|txt|csv", 48 * "format": "epub|mobi|pdf|json|xml|txt|csv",
49 * "category": "all|unread|starred|archive|tag_entries" 49 * "category": "all|unread|starred|archive|tag_entries|untagged"
50 * }) 50 * })
51 * 51 *
52 * @return \Symfony\Component\HttpFoundation\Response 52 * @return \Symfony\Component\HttpFoundation\Response