From edacbc1238f2d27d721da353e9ad6665bd3accc9 Mon Sep 17 00:00:00 2001 From: Craig Rayner Date: Fri, 29 Mar 2019 15:09:37 +1100 Subject: [PATCH] Authenticate Bundle Add Routing --- .../1.0/config/routes/crayner_authenticate.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 crayner/authenticate-bundle/1.0/config/routes/crayner_authenticate.yaml diff --git a/crayner/authenticate-bundle/1.0/config/routes/crayner_authenticate.yaml b/crayner/authenticate-bundle/1.0/config/routes/crayner_authenticate.yaml new file mode 100644 index 00000000..5652f1cb --- /dev/null +++ b/crayner/authenticate-bundle/1.0/config/routes/crayner_authenticate.yaml @@ -0,0 +1,3 @@ +controllers: + resource: '@CraynerAuthenticateBundle/Controller' + type: annotation