From f5ccb54ca7181f7f6f72802404639daec7f89443 Mon Sep 17 00:00:00 2001 From: endroid Date: Sat, 2 Dec 2017 20:11:23 +0000 Subject: [PATCH] Fix routes name --- endroid/qrcode-bundle/3.0/config/routes/endroid_qr_code.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endroid/qrcode-bundle/3.0/config/routes/endroid_qr_code.yaml b/endroid/qrcode-bundle/3.0/config/routes/endroid_qr_code.yaml index 70249bc7..7b95651c 100644 --- a/endroid/qrcode-bundle/3.0/config/routes/endroid_qr_code.yaml +++ b/endroid/qrcode-bundle/3.0/config/routes/endroid_qr_code.yaml @@ -1,3 +1,3 @@ EndroidQrCodeBundle: - resource: "@EndroidQrCodeBundle/Resources/config/routing.yaml" + resource: "@EndroidQrCodeBundle/Resources/config/routes.yaml" prefix: /qrcode