aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorKeith Carangelo <mail@kcaran.com>2020-09-02 11:38:56 -0400
committerKeith Carangelo <mail@kcaran.com>2020-09-02 11:38:56 -0400
commit82fcace8fc4288254952efd1fdafd7dc5a6f9a20 (patch)
tree3183a4cb32d6e2cd3ecf26f152002459b60e5ce3 /index.php
parent4479aff18f4ff80e274b52548c08e9ed9379bd51 (diff)
parent0e60b7f1741c35b68a37e0705521669e1191774e (diff)
downloadShaarli-82fcace8fc4288254952efd1fdafd7dc5a6f9a20.tar.gz
Shaarli-82fcace8fc4288254952efd1fdafd7dc5a6f9a20.tar.zst
Shaarli-82fcace8fc4288254952efd1fdafd7dc5a6f9a20.zip
Merge branch 'master' of https://github.com/shaarli/Shaarli into links_per_page
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index e7471823..869f42de 100644
--- a/index.php
+++ b/index.php
@@ -95,7 +95,7 @@ $app->group('', function () {
95 $this->get('/add-tag/{newTag}', '\Shaarli\Front\Controller\Visitor\TagController:addTag'); 95 $this->get('/add-tag/{newTag}', '\Shaarli\Front\Controller\Visitor\TagController:addTag');
96 $this->get('/remove-tag/{tag}', '\Shaarli\Front\Controller\Visitor\TagController:removeTag'); 96 $this->get('/remove-tag/{tag}', '\Shaarli\Front\Controller\Visitor\TagController:removeTag');
97 $this->get('/links-per-page', '\Shaarli\Front\Controller\Visitor\PublicSessionFilterController:linksPerPage'); 97 $this->get('/links-per-page', '\Shaarli\Front\Controller\Visitor\PublicSessionFilterController:linksPerPage');
98 $this->get('/untagged-only', '\Shaarli\Front\Controller\Admin\PublicSessionFilterController:untaggedOnly'); 98 $this->get('/untagged-only', '\Shaarli\Front\Controller\Visitor\PublicSessionFilterController:untaggedOnly');
99})->add('\Shaarli\Front\ShaarliMiddleware'); 99})->add('\Shaarli\Front\ShaarliMiddleware');
100 100
101$app->group('/admin', function () { 101$app->group('/admin', function () {