瀏覽代碼

upgrade symfony routing

Vincent 2 年之前
父節點
當前提交
a9386d82ca
共有 1 個文件被更改,包括 8 次插入0 次删除
  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']