Files
Mangarr/config/routes.yaml
2025-02-12 16:12:01 +01:00

12 lines
276 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'