X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=static%2Froutes.config.php;h=1c6268aa952e2c3c303475c69eb3daa6338fcaa6;hb=91bd03a75fd403211f4fb604c3f004f6035c0c3a;hp=ad8cff51915ccc10b824be9a7555c4176e8a7b0e;hpb=1874a32728142f2c12724562eb122eb1cd1370fe;p=friendica.git diff --git a/static/routes.config.php b/static/routes.config.php index ad8cff5191..1c6268aa95 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -554,6 +554,7 @@ return [ '/permission/tooltip/{type}/{id:\d+}' => [Module\PermissionTooltip::class, [R::GET]], '/photo' => [ + '/{size:thumb_small|scaled_full}_{name}' => [Module\Photo::class, [R::GET]], '/{name}' => [Module\Photo::class, [R::GET]], '/{type}/{id:\d+}' => [Module\Photo::class, [R::GET]], '/{type:contact|header}/{guid}' => [Module\Photo::class, [R::GET]],