From 14557d1499abb6f7d5ba49497350075ee8f408b5 Mon Sep 17 00:00:00 2001 From: Pascal Dunaj Date: Mon, 14 Sep 2020 14:43:16 +0200 Subject: [PATCH] Expose routes to FOS routing --- .../Resources/config/pimcore/routing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ClassificationTreeBundle/Resources/config/pimcore/routing.yml b/src/ClassificationTreeBundle/Resources/config/pimcore/routing.yml index 1856469..286a76e 100644 --- a/src/ClassificationTreeBundle/Resources/config/pimcore/routing.yml +++ b/src/ClassificationTreeBundle/Resources/config/pimcore/routing.yml @@ -2,4 +2,6 @@ divante_classification_tree: resource: "@DivanteClassificationTreeBundle/Controller/" type: annotation prefix: / + options: + expose: true