mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-03 08:09:25 +03:00
11 lines
277 B
ReStructuredText
11 lines
277 B
ReStructuredText
Frequently Asked Questions (FAQ)
|
|
================================
|
|
|
|
* Q: How do I fix 404 or 406 HTTP status on NelmioApiDocBundle assets files (css, js, images)?
|
|
|
|
A: Just execute this command to solve it:
|
|
|
|
.. code-block:: bash
|
|
|
|
$ bin/console assets:install --symlink
|