From 7fd47c37b736078b4d444a525097b2f3426f290c Mon Sep 17 00:00:00 2001 From: titolendable Date: Mon, 18 Jul 2016 17:19:39 +0100 Subject: [PATCH] Update routing.yml --- Resources/config/routing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/config/routing.yml b/Resources/config/routing.yml index fc1eea4..63a4ed0 100644 --- a/Resources/config/routing.yml +++ b/Resources/config/routing.yml @@ -1,5 +1,5 @@ _alpha_device_fingerprint: - pattern: /device/fingerprint + path: /device/fingerprint defaults: { _controller: AlphaVisitorTrackingBundle:Device:fingerprint } options: - expose: true \ No newline at end of file + expose: true