X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Froutes.config.php;h=e19e3b75705005d9598134e90d5fe98de2263436;hb=26e0469de77aeae2311e8b50b5e64b58a388ca01;hp=111a989dfbdc47afc9101245056045424e1461dd;hpb=bd023401624a485a57e9d3432cab4c702ec8ef3a;p=friendica.git diff --git a/static/routes.config.php b/static/routes.config.php index 111a989dfb..e19e3b7570 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -412,7 +412,7 @@ return [ ], '/filed' => [Module\Search\Filed::class, [R::GET]], '/filer[/{id:\d+}]' => [Module\Filer\SaveTag::class, [R::GET]], - '/filerm/{id:\d+}' => [Module\Filer\RemoveTag::class, [R::GET]], + '/filerm/{id:\d+}' => [Module\Filer\RemoveTag::class, [R::GET, R::POST]], '/follow_confirm' => [Module\FollowConfirm::class, [R::GET, R::POST]], '/followers/{nickname}' => [Module\ActivityPub\Followers::class, [R::GET]], '/following/{nickname}' => [Module\ActivityPub\Following::class, [R::GET]],