We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce90c6 commit e682b9dCopy full SHA for e682b9d
Resources/doc/usage.rst
@@ -41,7 +41,7 @@ Then within your JavaScript development you can use:
41
42
.. code-block:: javascript
43
44
- const routes = require('../../web/js/fos_js_routes.json');
+ const routes = require('../../public/js/fos_js_routes.json');
45
import Routing from '../../vendor/friendsofsymfony/jsrouting-bundle/Resources/public/js/router.min.js';
46
47
Routing.setRoutingData(routes);
0 commit comments