diff --git a/server/web_app/config/routes/attributes.yaml b/server/web_app/config/routes/attributes.yaml new file mode 100644 index 0000000000000000000000000000000000000000..296cf15dacc25c3d7de6bf778899077af6d85efe --- /dev/null +++ b/server/web_app/config/routes/attributes.yaml @@ -0,0 +1,9 @@ +controllers: + resource: + path: ../../src/Controller/ + namespace: App\Controller + type: attribute + +kernel: + resource: App\Kernel + type: attribute \ No newline at end of file