Current File : /var/www/vinorea/vendor/friendsofsymfony/jsrouting-bundle/Resources/config/routing/routing-sf4.xml
<?xml version="1.0" encoding="UTF-8" ?>
<routes xmlns="http://symfony.com/schema/routing"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">

    <route id="fos_js_routing_js" path="/js/routing.{_format}" methods="GET">
        <default key="_controller">fos_js_routing.controller::indexAction</default>
        <default key="_format">js</default>
        <requirement key="_format">js|json</requirement>
    </route>
</routes>