X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Froutes.config.php;h=6bc17c41411edb56bf1f4138c5e0f013a1eab8da;hb=377bb78cc295a5f6e227a2000f5d5d4edaaf2195;hp=815d833ada6e979948ff082edc9fae36e2f0a1fb;hpb=4206c5d363abc25e497f6f6cfc55ce9f212c642d;p=friendica.git diff --git a/static/routes.config.php b/static/routes.config.php index 815d833ada..6bc17c4141 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -363,9 +363,9 @@ return [ '/permission/tooltip/{type}/{id:\d+}' => [Module\PermissionTooltip::class, [R::GET]], '/photo' => [ - '/{name}' => [Module\Photo::class, [R::GET]], - '/{type}/{name}' => [Module\Photo::class, [R::GET]], - '/{type}/{customize}/{name}' => [Module\Photo::class, [R::GET]], + '/{name}' => [Module\Photo::class, [R::GET]], + '/{type}/{name}' => [Module\Photo::class, [R::GET]], + '/{type}/{customsize}/{name}' => [Module\Photo::class, [R::GET]], ], '/pretheme' => [Module\ThemeDetails::class, [R::GET]],