|
|
|
|
162
|
<tbody>
|
162
|
<tbody>
|
163
|
{% for route in business.routes %}
|
163
|
{% for route in business.routes %}
|
164
|
<tr>
|
164
|
<tr>
|
165
|
- <td class="api-name"><a href="{{ business.name_hyphen }}/{{ route.businessMethod }}">{{ route.method }} {{ route.url }}</a></td>
|
|
|
|
|
165
|
+ <td class="api-name"><a href="doc/{{ business.name_hyphen }}/{{ route.businessMethod }}">{{ route.method }} {{ route.url }}</a></td>
|
166
|
<td class="api-documentation">
|
166
|
<td class="api-documentation">
|
167
|
<p>{{ route.description }}</p>
|
167
|
<p>{{ route.description }}</p>
|
168
|
</td>
|
168
|
</td>
|