From 04598a805df19f8ddff3dffe672d9460c3d4a5dc Mon Sep 17 00:00:00 2001 From: Elena Bobkova Date: Fri, 2 Mar 2018 18:52:47 +0300 Subject: [PATCH] method type added --- Web-documentation/blocks/method-body.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web-documentation/blocks/method-body.html.twig b/Web-documentation/blocks/method-body.html.twig index 8f3d494..f84f012 100644 --- a/Web-documentation/blocks/method-body.html.twig +++ b/Web-documentation/blocks/method-body.html.twig @@ -1,7 +1,7 @@

{{ method.description }}

Метод

-

POST {{ method.url }}

+

{{ method.type }} {{ method.url }}

{%- include 'comment.html.twig' with { comment: method.comment } %}