Browse Source

upgrade symfony routing

Vincent 2 years ago
parent
commit
a9386d82ca
1 changed files with 8 additions and 0 deletions
  1. 8 0
      config/routes.yaml

+ 8 - 0
config/routes.yaml

@@ -1,3 +1,11 @@
+controllers:
+  resource: ../src/Controller/
+  type: annotation
+
+kernel:
+  resource: ../src/Kernel.php
+  type: annotation
+
 login_check:
   path: /login_check
   methods: ['POST']