Files
Mangarr/config/routes.yaml
ext.jeremy.guillot@maxicoffee.domains c085c3453a
All checks were successful
Deploy / deploy (push) Successful in 3m32s
feat: Vue SPA as default interface at root URL
- Route `/` now serves the Vue SPA directly (catch-all `/{req}`)
- Legacy Twig interface moved to `/legacy`
- Vue Router base changed from `/vue/` to `/`

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-11 20:06:02 +01:00

15 lines
324 B
YAML

controllers:
resource:
path: ../src/Controller/
namespace: App\Controller
type: attribute
vue_app:
path: /{req}
controller: Symfony\Bundle\FrameworkBundle\Controller\TemplateController
defaults:
template: 'vue/index.html.twig'
req: ''
requirements:
req: ".*"