From 933a7116c6aaf15300a1c497774bc78e34e2e231 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 11 Nov 2020 14:15:08 +0100 Subject: [PATCH] add config --- config/routes/annotations.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/routes/annotations.yaml diff --git a/config/routes/annotations.yaml b/config/routes/annotations.yaml new file mode 100644 index 0000000..e92efc5 --- /dev/null +++ b/config/routes/annotations.yaml @@ -0,0 +1,7 @@ +controllers: + resource: ../../src/Controller/ + type: annotation + +kernel: + resource: ../../src/Kernel.php + type: annotation