Skip to content

Commit 36734a4

Browse files
feat(W-15607551): show servers name
1 parent a325aa3 commit 36734a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ApiMethodDocumentation.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,6 +1249,7 @@ export class ApiMethodDocumentation extends AmfHelperMixin(LitElement) {
12491249
amf,
12501250
compatibility,
12511251
graph,
1252+
servers
12521253
} = this;
12531254
return html`
12541255
<div class="callback-section">
@@ -1257,6 +1258,7 @@ export class ApiMethodDocumentation extends AmfHelperMixin(LitElement) {
12571258
.amf="${amf}"
12581259
.method="${method}"
12591260
.endpoint="${endpoint}"
1261+
.servers="${servers}"
12601262
?compatibility="${compatibility}"
12611263
?graph="${graph}"
12621264
noTryit

0 commit comments

Comments
 (0)