X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/5cf38278a8a3b92371d4a555ef1a95d7f55a2392..2c95ea7a0bd13da42f52bf5ab06ce4ab827cf80a:/config/routes/rapsyspack.yaml?ds=inline diff --git a/config/routes/rapsyspack.yaml b/config/routes/rapsyspack.yaml index f23660b..e471166 100644 --- a/config/routes/rapsyspack.yaml +++ b/config/routes/rapsyspack.yaml @@ -8,6 +8,11 @@ rapsyspack_css: path: '/bundles/rapsyspack/pack/css/{file<[a-zA-Z0-9]+>}.{!_format?css}' methods: GET +rapsyspack_download: + path: '/download/{hash<[a-zA-Z0-9=_-]+>}/{path<[a-zA-Z0-9=_-]+>}' + controller: Rapsys\PackBundle\Controller::download + methods: GET + rapsyspack_facebook: path: '/facebook/{hash<[a-zA-Z0-9=_-]+>}/{width<\d+>}/{height<\d+>}/{path<[a-zA-Z0-9=_-]+>}.{!_format<(jpeg|png|webp)>}' controller: Rapsys\PackBundle\Controller::facebook