-
Notifications
You must be signed in to change notification settings - Fork 263
Open
Description
Hi,
In your doc
# app/config/routing.yml my_very_secret_route: pattern: /admin defaults: { _controller: HelloBundle:Admin:index } options: expose: false
In SF6 for work
#app/config/routes.yaml phone_verif: path: /verification/phone/{extension} controller: App\Controller\TelephoneController::phoneverif options: expose: true
It is possible to have a configuration as :
fos_js_routing: routes_to_expose: ['^api_']
Because in SF6 don't work
Metadata
Metadata
Assignees
Labels
No labels