Robert Raj
Robert Raj
Add typescript configuration to expose routes
Add typescript configuration to expose routes: How to generate routes from typescript to call symfony routes. for example: Javascript do like that right: and Expose routes: Routing.generate('route_name', /\* your params...
thanks i already got solution
this is my configure file nelmio_cors: defaults: allow_credentials: false allow_origin: [] allow_headers: [] allow_methods: [] expose_headers: [] max_age: 0 hosts: [] origin_regex: false paths: '^/': allow_origin: ['*'] allow_headers: ['*'] allow_methods:...
@BallisticPain attach config.yml file