remove whitespace between root path and method path (fixes #44)

This commit is contained in:
Roman Hotsiy 2016-05-10 10:15:16 +03:00
parent b2db144c6b
commit c228c5473c

View File

@ -16,7 +16,7 @@
<h5>Definition</h5>
<span class="method-endpoint">
<h5 class="http-method" [ngClass]="data.httpMethod">{{data.httpMethod}}</h5>
<span class="api-url">{{data.apiUrl}}</span> <span class="path">{{data.path}}</span>
<span class="api-url">{{data.apiUrl}}</span><span class="path">{{data.path}}</span>
</span>
<div *ngIf="data.bodyParam">
<br>