From 405392127b6af6e0083807075c52b70a6a8c61ba Mon Sep 17 00:00:00 2001 From: Craig Rayner Date: Sat, 13 Apr 2019 16:54:47 +1000 Subject: [PATCH] Change Routing from Annotation to YAML --- .../1.0/config/routes/crayner_authenticate.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crayner/authenticate-bundle/1.0/config/routes/crayner_authenticate.yaml b/crayner/authenticate-bundle/1.0/config/routes/crayner_authenticate.yaml index 5652f1cb..b619eeb1 100644 --- a/crayner/authenticate-bundle/1.0/config/routes/crayner_authenticate.yaml +++ b/crayner/authenticate-bundle/1.0/config/routes/crayner_authenticate.yaml @@ -1,3 +1,3 @@ -controllers: - resource: '@CraynerAuthenticateBundle/Controller' - type: annotation +crayner_authenticate: + resource: '@CraynerAuthenticateBundle/Resources/config/routes.yaml' + prefix: /security