Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
単一のルートのみを html 形式でのみ利用できるようにすることはできますか?
構成ではhtmlとjsonを設定しましたが、1つのルートのみ、jsonを使用しないでください。
できますか?
私は携帯電話を使用しているため、これを試していませんが、その1つのルートだけで次のようなことを試してみましたか?
my-awesome-route: pattern: /hello/{fist_name}/{last_name}.{_format} defaults: { _controller: AcmeHelloBundle:Default:index, _format:html} requirements: _format: html