fix: remove unsupported priority key from YAML route definition
Some checks failed
Deploy / deploy (push) Failing after 3m17s
Some checks failed
Deploy / deploy (push) Failing after 3m17s
Symfony's YAML route loader does not support the priority key (only PHP config does). Relying on vue_app being defined first in routes.yaml to ensure it is matched before legacy controller routes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1becbe9254
commit
ed86c9074d
@@ -6,7 +6,6 @@ vue_app:
|
|||||||
req: ''
|
req: ''
|
||||||
requirements:
|
requirements:
|
||||||
req: "^(?!api/|legacy).*"
|
req: "^(?!api/|legacy).*"
|
||||||
priority: 1
|
|
||||||
|
|
||||||
controllers:
|
controllers:
|
||||||
resource:
|
resource:
|
||||||
|
|||||||
Reference in New Issue
Block a user