mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-17 02:10:39 +03:00
remove whitespace between root path and method path (fixes #44)
This commit is contained in:
parent
b2db144c6b
commit
c228c5473c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user