X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Froutes.config.php;h=6bc17c41411edb56bf1f4138c5e0f013a1eab8da;hb=c151376596e9a9deacc61e80840de2efbfccee12;hp=815d833ada6e979948ff082edc9fae36e2f0a1fb;hpb=8a9f633ce26d4fcb74557891282572b372d5d223;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]],