method type added
This commit is contained in:
parent
304a57234c
commit
04598a805d
|
|
@ -1,7 +1,7 @@
|
|||
<h2 class="main-caption">{{ method.description }}</h2>
|
||||
|
||||
<h2>Метод</h2>
|
||||
<p class="sub-header">POST {{ method.url }}</p>
|
||||
<p class="sub-header">{{ method.type }} {{ method.url }}</p>
|
||||
|
||||
{%- include 'comment.html.twig' with { comment: method.comment } %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue