Skip to content

Commit

Permalink
missing authorization headers issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuldip committed Sep 14, 2023
1 parent 167de90 commit d888591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/themes/default/endpoint.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
data-hasfiles="{{ $endpoint->hasFiles() ? 1 : 0 }}"
data-isarraybody="{{ $endpoint->isArrayBody() ? 1 : 0 }}"
autocomplete="off"
data-headers='@json($endpoint->headers)'
onsubmit="event.preventDefault(); executeTryOut('{{ $endpoint->endpointId() }}', this);">
<h3>
{{ u::trans("scribe::endpoint.request") }}&nbsp;&nbsp;&nbsp;
Expand Down

0 comments on commit d888591

Please sign in to comment.