Files
Mangarr/config/routes.yaml
2025-03-24 17:04:46 +01:00

18 lines
432 B
YAML

controllers:
resource:
path: ../src/Controller/
namespace: App\Controller
type: attribute
react_app:
path: /react
controller: Symfony\Bundle\FrameworkBundle\Controller\TemplateController
defaults:
template: 'react/index.html.twig'
vue_app:
path: /vue
controller: Symfony\Bundle\FrameworkBundle\Controller\TemplateController
defaults:
template: 'vue/index.html.twig'