diff --git a/config/routes.yaml b/config/routes.yaml index ceb0599..fed33d3 100644 --- a/config/routes.yaml +++ b/config/routes.yaml @@ -11,4 +11,5 @@ vue_app: template: 'vue/index.html.twig' req: '' requirements: - req: ".*" + req: "^(?!api/|legacy).*" + priority: 1