昨天一切正常,但现在我明白了
Unable to find the controller for path "/login_check". Maybe you forgot to add the matching route in your routing configuration?
我有这个代码
secured_area:
pattern: ^/admin
anonymous: ~
form_login:
login_path: /login
check_path: /login_check
这个路由
xxxxxxxx:
resource: "@myBundle/Controller"
type: annotation
xxxxxxxx:
resource: "@myBundle/Controller"
type: annotation
prefix: /secured
我需要做更多设置吗