fix: remove unsupported priority key from YAML route definition
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:
ext.jeremy.guillot@maxicoffee.domains
2026-03-11 21:13:37 +01:00
parent 1becbe9254
commit ed86c9074d

View File

@@ -6,7 +6,6 @@ vue_app:
req: ''
requirements:
req: "^(?!api/|legacy).*"
priority: 1
controllers:
resource: