Commit fc76b396ce75a9f8616621964a2fae14c4018c32

Authored by Alex Savenko
1 parent 0aa68246

docs example request test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/general/documentation.phtml
... ... @@ -77,7 +77,7 @@
77 77 </a>
78 78 </td>
79 79 </tr>
80   - <tr>
  80 + <tr ng-show="endpoint.exampleRequest">
81 81 <th>Example request</th>
82 82 <th><pre style="font-weight: normal;">{{ endpoint.exampleRequest | json }}</pre></th>
83 83 </tr>
... ...