Jelajahi Sumber

upgrade symfony routing

Vincent 2 tahun lalu
induk
melakukan
a9386d82ca
1 mengubah file dengan 8 tambahan dan 0 penghapusan
  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']